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
When you run pyLODE as a python module, you should be able to run in supermodel model. As far as I can see, the Supermodel mode currently is available when you run in commandline, but not in module mode.
The text was updated successfully, but these errors were encountered:
There is, of course, a simple workaround for this. You can simply use: subprocess.run(['pylode', '-p', 'supermodel', 'ontolgy.ttl', '-o', 'ontology.html'])
So no urgency at all here. And thank you for all the great work!
When you run pyLODE as a python module, you should be able to run in supermodel model. As far as I can see, the Supermodel mode currently is available when you run in commandline, but not in module mode.
The text was updated successfully, but these errors were encountered: