Skip to content

Commit c3d6d5a

Browse files
committed
make separate output folders for pileup tests
1 parent 2477861 commit c3d6d5a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

opengate/tests/src/actors/test097_pileup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
from test097_pileup_simulation import create_simulation
1313

1414
if __name__ == "__main__":
15-
paths = utility.get_default_test_paths(__file__, "gate_test097", "test097")
15+
paths = utility.get_default_test_paths(
16+
__file__, "gate_test097", "test097_pileup"
17+
)
1618

1719
sim, pu, root_filename = create_simulation(paths, num_threads=1)
1820

opengate/tests/src/actors/test097_pileup_mt.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
from test097_pileup_simulation import create_simulation
1313

1414
if __name__ == "__main__":
15-
paths = utility.get_default_test_paths(__file__, "gate_test097", "test097")
15+
paths = utility.get_default_test_paths(
16+
__file__, "gate_test097", "test097_pileup_mt"
17+
)
1618

1719
sim, pu, root_filename = create_simulation(paths, num_threads=2)
1820

0 commit comments

Comments
 (0)