Skip to content

Commit

Permalink
rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
andped10 committed Nov 1, 2024
1 parent 2506376 commit 5279e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/easyreflectometry/fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def fit(self, data: sc.DataGroup, id: int = 0) -> sc.DataGroup:
)
return new_data

def fit_data_set_1d(self, data: DataSet1D) -> FitResults:
def fit_single_data_set_1d(self, data: DataSet1D) -> FitResults:
"""
Perform the fitting and populate the DataGroups with the result.
Expand Down

0 comments on commit 5279e2a

Please sign in to comment.