Skip to content

Commit 75faca5

Browse files
committed
updated path in tests/pyptv
1 parent bfa9e47 commit 75faca5

31 files changed

Lines changed: 50 additions & 569 deletions

notebooks/calibration_with_particles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def _():
5555

5656
present_folder = Path.cwd()
5757

58-
working_folder = Path("/home/user/Documents/repos/test_cavity")
58+
working_folder = Path.cwd() / "tests" / "working_folder" / "test_cavity"
5959
par_path = working_folder / "parameters"
6060
working_folder.exists(), par_path.exists()
6161

notebooks/manual_selection.ipynb

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)