Closed bilalshaikh42 closed 2 years ago
I found the issue. In my site-packages
https://github.com/biosimulators/Biosimulators_utils/blob/dd6d3477ebe7efa9137fb325e8d0dc3a3a035c23/biosimulators_utils/omex_meta/io.py#L806
is followed by a line that adds the tuple to the list of triples. This is not present in the latest code
Which version/revision are you using?
Sorry, I didn't check. Updating the packaged fixed this
I am a bit lost tracing this and trying to find the error. I have the following code:
This gives the following error trace:
Going into the
TriplesOmexMetaWriter
and printing out the triples objects as they appear gives the following:As you can see, for some reason the "license" term is being passed is as a
Tuple
instead of aTriple
Removing the license field from the metadata passed in prevents the error @jonrkarr any guesses as to what is causing this?