We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22bf1e0 commit 5e4b12bCopy full SHA for 5e4b12b
1 file changed
optiphy/tools/run_performance.py
@@ -47,7 +47,7 @@ def main():
47
48
# If gdml not provided, use default path relative to OPTICKS_HOME
49
if args.gdml is None:
50
- gdml_path = opticks_home / 'tests/geom/pfrich_min_FINAL.gdml'
+ gdml_path = opticks_home / 'tests/geom/opticks_raindrop.gdml'
51
else:
52
# User-provided path is used as-is (relative to current directory or absolute)
53
gdml_path = args.gdml
0 commit comments