Skip to content

Commit

Permalink
adjust csv path
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Nov 13, 2024
1 parent c762620 commit 24632fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/calibration/test_pipeline_calibration_only.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def copy_input_files(target_dir: Path):
source_dir = Path(__file__).parents[1] / "inputs"
shutil.copy(source_dir / "tonsil.imzML", target_dir / "raw.imzML")
shutil.copy(source_dir / "tonsil.ibd", target_dir / "raw.ibd")
shutil.copy(source_dir / "panel.csv", target_dir / "mass_list.unstandardized.raw.csv")
shutil.copy(source_dir / "panel.csv", target_dir / "panels" / "unstandardized_full.csv")


@pytest.fixture()
Expand Down

0 comments on commit 24632fd

Please sign in to comment.