Skip to content

Commit 940a022

Browse files
Disable GDML schema validation
1 parent aca93b7 commit 940a022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gdml/g04.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def Build(self):
9595

9696

9797
parser = G4GDMLParser()
98-
parser.Read(sys.argv[1])
98+
parser.Read(sys.argv[1], False)
9999

100100
runManager = G4RunManagerFactory.CreateRunManager(G4RunManagerType.Serial)
101101

0 commit comments

Comments
 (0)