Skip to content

Commit

Permalink
typo was not fixed everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
vedina committed Nov 3, 2024
1 parent 87427ae commit ea77f30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ramanchada2/protocols/calibration/calibration_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def derive_model_x(
find_kw={"wlen": 200, "width": 1},
fit_kw={},
should_fit=False,
match_method: Literal["cluster", "armin2d", "assignment"] = "cluster",
match_method: Literal["cluster", "argmin2d", "assignment"] = "cluster",
interpolator_method: Literal["rbf", "pchip", "cubic_spline"] = "rbf",
extrapolate=True,
):
Expand Down Expand Up @@ -155,7 +155,7 @@ def _derive_model_curve(
fit_peaks_kw=None,
should_fit=False,
name="X calibration",
match_method: Literal["cluster", "armin2d", "assignment"] = "cluster",
match_method: Literal["cluster", "argmin2d", "assignment"] = "cluster",
interpolator_method: Literal["rbf", "pchip", "cubic_spline"] = "rbf",
extrapolate=True,
):
Expand Down Expand Up @@ -191,7 +191,7 @@ def derive_model_curve(
fit_peaks_kw={},
should_fit=False,
name="X calibration",
match_method: Literal["cluster", "armin2d", "assignment"] = "cluster",
match_method: Literal["cluster", "argmin2d", "assignment"] = "cluster",
interpolator_method: Literal["rbf", "pchip", "cubic_spline"] = "rbf",
extrapolate=True,
):
Expand Down Expand Up @@ -315,7 +315,7 @@ def calibration_model_factory(
should_fit=False,
prominence_coeff=3,
si_profile="Pearson4",
match_method: Literal["cluster", "armin2d", "assignment"] = "cluster",
match_method: Literal["cluster", "argmin2d", "assignment"] = "cluster",
interpolator_method: Literal["rbf", "pchip", "cubic_spline"] = "rbf",
extrapolate=True,
):
Expand Down

0 comments on commit ea77f30

Please sign in to comment.