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

'DummySimulator' object has no attribute 'closed' #902

Open
jgosmann opened this issue Jun 13, 2017 · 1 comment
Open

'DummySimulator' object has no attribute 'closed' #902

jgosmann opened this issue Jun 13, 2017 · 1 comment
Labels

Comments

@jgosmann
Copy link
Collaborator

This exception is printed on the command line if you create a Simulator within the GUI:

Exception ignored in: <bound method Simulator.__del__ of <nengo_gui.exec_env.make_dummy.<locals>.DummySimulator object at 0x7f8dc20b4e10>>
Traceback (most recent call last):
  File "/home/jgosmann/.pyenv/versions/3.5.3/lib/python3.5/site-packages/nengo/simulator.py", line 180, in __del__
    if not self.closed:
AttributeError: 'DummySimulator' object has no attribute 'closed'
@jgosmann jgosmann added the bug label Jun 13, 2017
@arvoelke
Copy link
Contributor

@VictorBoutin also just saw this but for a different reason. Not sure how he got into this state (something about adding a CircularConvolution network), but he didn't have a simulator within the GUI, and he had to restart the server to fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants