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
Loading an ontology fails with published pip artifact:
>>> crs.load(owfile)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/daniel/.local/lib/python3.10/site-packages/pyfactxx/coras/core.py", line 50, in load
self._graph.load(f, format=format)
AttributeError: 'ConjunctiveGraph' object has no attribute 'load'
In fact, core.py in the source tree rather uses parse method, changing it in the file fixes the loading error.
The text was updated successfully, but these errors were encountered:
Hello,
Loading an ontology fails with published pip artifact:
In fact,
core.py
in the source tree rather uses parse method, changing it in the file fixes the loading error.The text was updated successfully, but these errors were encountered: