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

Network Explorer: crashes mid optimization #238

Closed
ajdapretnar opened this issue Nov 17, 2021 · 0 comments · Fixed by #261
Closed

Network Explorer: crashes mid optimization #238

ajdapretnar opened this issue Nov 17, 2021 · 0 comments · Fixed by #261

Comments

@ajdapretnar
Copy link
Contributor

Network version

1.6.0

Orange version

3.30.2dev

Expected behavior

Orange doesn't crash.

Actual behavior

Orange crashes with Abort trap and the below error.

------------------- TypeError Exception (in non-GUI thread) -------------------
Traceback (most recent call last):
  File "/Users/ajda/orange/orange3-network/orangecontrib/network/widgets/OWNxExplorer.py", line 649, in run
    self.done.emit(widget.positions)
TypeError: LayoutOptimizer.done[numpy.ndarray].emit(): argument 1 has unexpected type 'NoneType'
-------------------------------------------------------------------------------

Steps to reproduce the behavior

Playing around with Corpus to Network parameters. I assume it happens once an existing computation is not yet finished.

Additional info (worksheets, data, screenshots, ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant