From e07eb9b88ceda1990d18ea4fb7b8e65d03724409 Mon Sep 17 00:00:00 2001 From: "Adam J. Jackson" Date: Mon, 11 Nov 2024 11:19:40 +0000 Subject: [PATCH] Indentation matters --- tests/integration_tests/test_pychop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration_tests/test_pychop.py b/tests/integration_tests/test_pychop.py index 08a83ad..8a6c841 100644 --- a/tests/integration_tests/test_pychop.py +++ b/tests/integration_tests/test_pychop.py @@ -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)