Closed arvoelke closed 4 years ago
Reopening the simulator is definitely not a use case we can support on all backends, so I don't think any backend should allow it. A more informative error message seems appropriate though.
We should probably add a test for this in Nengo core as well (asserting that you can't reopen a closed Simulator).
Version:
master
Minimal reproducer
Stack trace
Expected behaviour
Would expect either to be able to reopen the simulator (IMO useful for interactively coding in jupyter), or to get a more informative error message.