Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nvaytet committed Nov 27, 2024
1 parent 0ac7c0f commit 7415c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/chopper_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_phase():
close=sc.array(dims=['cutout'], values=[20.0], unit='deg'),
phase=0.0 * deg,
distance=10.0 * meter,
name='choppe1',
name='chopper1',
)
topen1, tclose1 = chopper1.open_close_times(0.0 * sec)
chopper2 = tof.Chopper(
Expand Down

0 comments on commit 7415c98

Please sign in to comment.