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
I came across the issue that my EMMO-python v0.3.1 on Python 3.9 (Windows 10 ) has troubles plotting some ObjectProperties with EMMO-beta-4.0 from public Github.
The problem occurs for all ObjectProperties, which are a subproperty of hasHolisticRelation, but e.g. does not occur for other relations such as hasPart, hasParticipant, hasSign etc.
Do you have an idea what might be the cause?
The text was updated successfully, but these errors were encountered:
Hi, thanx for pointing this out. I have changed so that relations that do not have a default style will use the overall default style (olive, solid line). At the same time a warning is printed.
I suggest that you add edgelabel=True if you want to check more what is what.
I will make a new issue about adding defaults for new relations in EMMO 1.0.0-beta4.
Note that this change is not added to the pypi package just yet, but it will happen soon.
Dear EMMO-Python developers,
I came across the issue that my EMMO-python v0.3.1 on Python 3.9 (Windows 10 ) has troubles plotting some ObjectProperties with EMMO-beta-4.0 from public Github.
Here is my example serialization:
If one tries to import it into emmo-python with the following script ...
... the following traceback is returned:
The problem occurs for all ObjectProperties, which are a subproperty of
hasHolisticRelation
, but e.g. does not occur for other relations such ashasPart
,hasParticipant
,hasSign
etc.Do you have an idea what might be the cause?
The text was updated successfully, but these errors were encountered: