Skip to content

Commit

Permalink
fix(tests): set tmp path to preprocessing reports
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Aug 13, 2024
1 parent 5b40254 commit 1cfd403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyrovelocity/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def preprocess_dataset_output(simulated_dataset_path, tmp_data_dir):
data_set_name="simulated",
adata=simulated_dataset_path,
data_processed_path=tmp_data_dir / "data/processed",
reports_processed_path=tmp_data_dir / "reports/processed",
)


Expand Down

0 comments on commit 1cfd403

Please sign in to comment.