From 7bd3a1ac2a0584b6266582d478933bfdf11f7539 Mon Sep 17 00:00:00 2001 From: Liam Greenlee Date: Wed, 8 Feb 2023 10:48:32 -0500 Subject: [PATCH] Fix formatting --- hermes_eea/tests/test_calibration.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hermes_eea/tests/test_calibration.py b/hermes_eea/tests/test_calibration.py index 1ef8a52..c06bbb9 100644 --- a/hermes_eea/tests/test_calibration.py +++ b/hermes_eea/tests/test_calibration.py @@ -9,10 +9,11 @@ level1_filename = "hermes_eea_l1_20221205_000000_v1.0.0.cdf" ql_filename = "hermes_eea_ql_20221205_000000_v1.0.0.cdf" + @pytest.fixture(scope="session") def level0_file(tmp_path_factory): fn = Path(os.path.join(_data_directory, "hermes_EEA_l0_2023038-000000_v0.bin")) - return fn + return fn @pytest.fixture(scope="session")