Skip to content

Commit

Permalink
Merge branch 'add_deadtime' of https://github.com/neutrons/RefRed int…
Browse files Browse the repository at this point in the history
…o add_deadtime
  • Loading branch information
mdoucet committed Mar 26, 2024
2 parents 53a6085 + dc264aa commit b57e506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RefRed/reduction/global_reduction_settings_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def to_dict(self):
"angle_offset_error",
"tof_steps",
"apply_normalization",
"dead_time"
"dead_time",
]
return {k: getattr(self, k) for k in keys}

Expand Down

0 comments on commit b57e506

Please sign in to comment.