Skip to content

Commit 5e4b12b

Browse files
authored
Change default GDML path raindrop in run_performance.py
1 parent 22bf1e0 commit 5e4b12b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

optiphy/tools/run_performance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def main():
4747

4848
# If gdml not provided, use default path relative to OPTICKS_HOME
4949
if args.gdml is None:
50-
gdml_path = opticks_home / 'tests/geom/pfrich_min_FINAL.gdml'
50+
gdml_path = opticks_home / 'tests/geom/opticks_raindrop.gdml'
5151
else:
5252
# User-provided path is used as-is (relative to current directory or absolute)
5353
gdml_path = args.gdml

0 commit comments

Comments
 (0)