Skip to content

Commit

Permalink
Indentation matters
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Nov 11, 2024
1 parent 4fc9ab8 commit e07eb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_pychop.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def _test_against_abins(abins, rf_2d, setting, matrix):
# This library should raise NoTransmissionError instead.
with pytest.raises(NoTransmissionError):
rf_2d.get_resolution_function('PyChop_fit', chopper_package=setting, e_init=energy, chopper_frequency=chopper_frequency)
return
return

rf = rf_2d.get_resolution_function('PyChop_fit', chopper_package=setting, e_init=energy,
chopper_frequency=chopper_frequency)
Expand Down

0 comments on commit e07eb9b

Please sign in to comment.