simphony / simphony-osp

A framework that aims to achieve interoperability between software such as simulation engines, databases and data repositories using a knowledge graph as the common language.
https://simphony.readthedocs.io
Other
16 stars 12 forks source link

670 Error when installing ontologies #671

Closed kysrpex closed 3 years ago

kysrpex commented 3 years ago

The error was introduced in #658. When parsing the ontologies the validity of classes, is checked, but in some of the functions I forgot to use a ReadOnlyGraphAggregate to mix the graph of the namespace registry with the graph of the ontology, so for some ontologies the parsing was failing. This should fix the error. Closes #670.