-
When forgetting to return a value from a function (e.g., omitting `return` or `return None`), a misleading `ValueError` message is returned:
```
ValueError: array must not contain infs or NaNs
```
…
-
I had a model with the network seed set that I ran with nengo_gui. When I clicked play in the gui, it seemed to hang for a while with the gear spinning, and I noticed this error on my console:
```
Tr…
-
(Copied from nengo/nengo#907.)
When there is a module is created in spa.SPA() and not assigned to attributes cause an error to be thrown. However, there is no indication of where the error occurred…
-
Reference licenses from used libraries:
- nengo
- numpy
- scipy (especially for discrete2cont)
- sobol_seq.py
Probably also:
- ipython
- sphinx
- pytest
- seaborn
-
If I'm not overlooking something, the only way to change the seed used in tests is to change it in `conftest.py`. This is pretty inconvenient when using the `seed` fixture in tests of other packages (…
-
I'm getting a ValueError related to the shape of the weights/decoders when I try connecting into `bio[0]` in `test_slice_post_spike_matching` in `test_input_output_spike_matching.py`.
`
…
-
When using nengo_spinnaker along with nengo version 2.4.0, there is an error in ensemble.py file:
module 'ensemble' has no attribute 'sample'. When I downgraded nengo to version 2.2.0 the problem was…
-
```
Traceback (most recent call last):
File "/home/jgosmann/.pyenv/versions/3.5.3/lib/python3.5/site-packages/nengo_gui/guibackend.py", line 230, in ws_default
component.update_client(self.ws…
-
Unsure of the cause. Here is a record of the error for convenience.
Output from Python:
```
in step()
23 for nrn in self.neurons: #for each bioneuron
24 …
-
OK, the initial problem seems to be that the function on the connection isn't being set properly:
```
Traceback (most recent call last):
File "test_ff_input_output.py", line 107, in
test…