You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an opil document I would like to write to string. I have tried using this test function as a guideline to write out sample opil data but got the following error:
I did some debugging and this error is caused by using an old sbol3 release. If opil is using sbol3==1.0a8, then this AttributeError can be reproduced. But if I update Intent Parser to use sbol3==1.0b6, then this issue disappears.
Could I request a new build for opil to use sbol3==1.0b6?
I have an opil document I would like to write to string. I have tried using this test function as a guideline to write out sample opil data but got the following error:
Here is a snippet of code that can be used to reproduce this error:
Additional info:
I am using opil==1.0b5.post2
The text was updated successfully, but these errors were encountered: