Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importazione diagrammi Graphml #39

Closed
valeriosantarelli opened this issue Nov 29, 2019 · 1 comment
Closed

Importazione diagrammi Graphml #39

valeriosantarelli opened this issue Nov 29, 2019 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@valeriosantarelli
Copy link
Contributor

Tentando di importare un diagramma Graphml, ottengo il seguente errore:

Traceback (most recent call last):
File "eddy/ui/session.py", line 1550, in doImport
File "eddy/core/loaders/graphml.py", line 868, in run
File "eddy/core/loaders/graphml.py", line 835, in projectMerge
File "eddy/core/project.py", line 2120, in run
File "eddy/core/project.py", line 1925, in mergeDiagrams
File "eddy/ui/dialogs.py", line 58, in init
File "eddy/core/common.py", line 1371, in init
File "eddy/core/common.py", line 431, in init
TypeError: 'project' is an unknown keyword argument

Il diagramma è in allegato:

telecom.graphml.zip

@valeriosantarelli valeriosantarelli added the bug Something isn't working label Nov 29, 2019
@valeriosantarelli valeriosantarelli added this to the Eddy - Import milestone Nov 29, 2019
mnamici added a commit that referenced this issue Feb 13, 2020
@mnamici
Copy link
Collaborator

mnamici commented Feb 28, 2020

Il problema di importazione da Graphml è stato risolto in 17b24bb.

Per quanto riguarda il diagramma allegato ci sono dei costrutti malformati (prevalentemente archi di input invertiti) che ne impediscono la traduzione in OWL, ma questo è un altro problema.

@mnamici mnamici closed this as completed Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants