-
Hi Felix, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 23 replies
-
Not that I am aware of or at least nothing we implemented explicitly. |
Beta Was this translation helpful? Give feedback.
-
The file "10contactNOTWorking.txt" and the code above fail to run (Evaluating forever). Removing Contact ID 10 from the same configfile runs alright Materials are not the issue still attaching them here I think issue is with xml parser GDML NodeIDMap max limit , I am not sure though |
Beta Was this translation helpful? Give feedback.
Can you try this: https://github.com/JuliaPhysics/SolidStateDetectors.jl/tree/gdml
I turned off
validate_schema
by default for the file that we create ourselves, and added the option to setvalidate_schema
if a custom GDML file is passed that can then also be turned off if needed.