Open jonrkarr opened 3 years ago
Looks like the examples output folder in the master branch were outdated - the invalid metaids (that begin with #
) have already been dealt with.
Note that the sbml strings that you have been looking at are the output from executing the examples. For instance, take a look at some of the docs rst files and look at the .. literalinclude
commands.
So, these examples were not run prior to the last merge into master, most likely meaning that there is a bug in my cmake custom target that deals with running the docs examples.
Even with the old sbml code I cannot reproduce the segfault. What version of pyomexmeta are you using - the latest is v1.2.10. I'm currently using windows, what platform and version are you using please?
I found all of the issues I created in this environment (copied from #94)
pyomexmeta: 1.2.10 Python: 3.9.5 Ubuntu
Probably resolved by this issue. Leaving open until we get confirmation.
Failing examples:
SimpleRegulation
ToyModel
SmadNuclearTransport
For each example, I copied the model XML out of the above text files, saved it to a file, and then tried to use pyomexmetadata to extract metadata from it.
These failures each have invalid metaids (see #106). I don't know whether that's the reason or a coincidence.
Passing examples
SupplementaryContent-checkpoint.ipynb
SupplementaryContent.ipynb