Skip to content

Commit

Permalink
Chenge method name
Browse files Browse the repository at this point in the history
  • Loading branch information
giadarol committed May 12, 2024
1 parent 8579068 commit 734476b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmask/tuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def machine_tuning(line,
with open(co_corr_config, 'r') as fid:
co_corr_config = json.load(fid)

line.correct_closed_orbit(
line._xmask_correct_closed_orbit(
reference=line_co_ref,
correction_config=co_corr_config)

Expand Down

0 comments on commit 734476b

Please sign in to comment.