Normalize imports

This commit is contained in:
2022-12-14 15:05:27 +01:00
parent 3c127b7f00
commit 165c06bc22
8 changed files with 18 additions and 20 deletions

View File

@@ -4,7 +4,7 @@ import numpy as np
from lmfit.models import GaussianModel, LinearModel, PseudoVoigtModel, VoigtModel
from scipy.integrate import simpson, trapezoid
from .ccl_io import CCL_ANGLES
from pyzebra import CCL_ANGLES
PARAM_PRECISIONS = {
"twotheta": 0.1,