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
Building finished in 0:00:01.
Traceback (most recent call last):
File "input_func_test.py", line 15, in <module>
sim.run(1)
File "/localhome/tcstewar/github/nengo_spinnaker/nengo_spinnaker/simulator.py", line 244, in run
self.run_steps(steps)
File "/localhome/tcstewar/github/nengo_spinnaker/nengo_spinnaker/simulator.py", line 250, in run_steps
self._run_steps(n_steps)
File "/localhome/tcstewar/github/nengo_spinnaker/nengo_spinnaker/simulator.py", line 300, in _run_steps
self.host_sim.step()
File "/localhome/tcstewar/github/nengo/nengo/simulator.py", line 308, in step
step_fn()
File "/localhome/tcstewar/github/nengo/nengo/builder/operator.py", line 626, in step_simpyfunc
y = fn(t.item(), *args) if t is not None else fn(*args)
File "/localhome/tcstewar/github/nengo_spinnaker/nengo_spinnaker/simulator.py", line 377, in func
return f(t, x)
File "/localhome/tcstewar/github/nengo_spinnaker/nengo_spinnaker/builder/node.py", line 340, in output
self.controller.set_node_output(self.target, value)
File "/localhome/tcstewar/github/nengo_spinnaker/nengo_spinnaker/node_io/ethernet.py", line 126, in set_node_output
c_value = np.dot(transform, c_value)
ValueError: shapes (1,1) and (2,) not aligned: 1 (dim 1) != 2 (dim 0)
This doesn't happen if the input goes straight to an Ensemble, or if the input is marked as function_of_time=True.
The text was updated successfully, but these errors were encountered:
Here's a minimal example:
and here's the error:
This doesn't happen if the input goes straight to an Ensemble, or if the input is marked as function_of_time=True.
The text was updated successfully, but these errors were encountered: