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
It was discovered in #264 that calling Emulator.get_probe_output multiple times with the same probe would give different results due to the Synapse maintaining state across calls. A test was added to reproduce the bug, but marked as an xfail to not hold up the PR queue (see test_multiple_get_probe_output). It's definitely a bug that should be fixed.
The text was updated successfully, but these errors were encountered:
Note that this DOES have an effect even if not using the interface directly (i.e. even if doing everything through nengo_loihi.Simulator). I wasn't sure if it would. It also shows up in HardwareInterface.
Here's an integration test that exhibits the problem (the assertion will fail):
It was discovered in #264 that calling
Emulator.get_probe_output
multiple times with the same probe would give different results due to theSynapse
maintaining state across calls. A test was added to reproduce the bug, but marked as anxfail
to not hold up the PR queue (seetest_multiple_get_probe_output
). It's definitely a bug that should be fixed.The text was updated successfully, but these errors were encountered: