Skip to content

Commit

Permalink
change new function to more descriptive name
Browse files Browse the repository at this point in the history
  • Loading branch information
balerion committed Oct 11, 2023
1 parent f89f2d3 commit 6c8a762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sed/calibrator/hextof.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def convert_to_ns(x):



def calibrate_k(
def calibrate_k_division_model(
df: Union[pd.DataFrame, dask.dataframe.DataFrame],
warp_params: Sequence[float] = None,
x_column: str = "dldPosX",
Expand Down

0 comments on commit 6c8a762

Please sign in to comment.