simphony-osp icon indicating copy to clipboard operation
simphony-osp copied to clipboard

test and fix examples in various scenarios.

Open adhamhashibon opened this issue 2 years ago • 0 comments

e.g., the simphony-osp/examples/assertional_knowledge.py fails when the user has multiple name spaces loaded and adding superclasses which also have attributes (e.g., memo and foaf) leading to failure of execution:

image

The code in simphony-osp/simphony_osp/ontology/individual.py:933 basically is not able to deal with such cases, even though only one attribute is actually used.

adhamhashibon avatar Jun 29 '23 15:06 adhamhashibon