Skip to content

pip artifact is not up to date #16

Open
@daniel86

Description

@daniel86

Hello,

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions