Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
liamgreenlee committed Feb 8, 2023
1 parent b45aa5d commit 7bd3a1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hermes_eea/tests/test_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7bd3a1a

Please sign in to comment.