Skip to content

Commit

Permalink
Correct deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Dec 19, 2024
1 parent 0a492f5 commit 68e9559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/id27.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,8 @@ def process(self):
param["experiment_title"] = os.path.join(os.path.basename(file_path), scan_number)
param["fast_motor_name"] = "fast"
param["slow_motor_name"] = "slow"
param["fast_motor_points"] = fast_scan
param["slow_motor_points"] = slow_scan
param["nbpt_fast"] = fast_scan
param["nbpt_slow"] = slow_scan
param["offset"] = 0
param["output_file"] = dest
param["input_data"] = [(i, None, None) for i in files]
Expand Down

0 comments on commit 68e9559

Please sign in to comment.