Open luciansmith opened 2 years ago
I can also replicate this with pyomexmeta 1.2.13
Here's the example file I tried -- very similar to Lucian's:
<sbml></sbml>
For easy reference, here's the example Lucian tried
<?xml version="1.0" encoding="UTF-8"?>
<sbml xmlns="http://www.sbml.org/sbml/level2/version4" level="2" version="4"/>
When using pyomexmeta, the following code fails:
metadata0.xml.txt
On linux, it fails with a segmentation fault; on Windows it fails with an OS error:
and about 5 million lines of warnings/info from threading.
The problem is probably that the SBML file in question has no 'model' child, but this should be caught before dying spectacularly.