Skip to content

Commit

Permalink
change test use small dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEliasWagner committed Sep 19, 2024
1 parent 380134f commit e4bddf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def tl_paths(tl_dir, tl_csv_file) -> list[pathlib.Path]:

@pytest.fixture(scope="session")
def pressure_file() -> pathlib.Path:
return pathlib.Path.cwd().joinpath("data", "pulsating_sphere", "const_f400-500", "train")
return pathlib.Path.cwd().joinpath("data", "pulsating_sphere", "const_f400-500", "test")

0 comments on commit e4bddf5

Please sign in to comment.