Open Christian-B opened 3 weeks ago
Best done after https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/pull/1224
to replicate: edit; https://github.com/SpiNNakerManchester/sPyNNaker/blob/master/spynnaker_integration_tests/test_external_devices/test_spike_run_forever_again.py
pynn code: SpikeTrain._check_time_in_range raise Value Error
Cause: SpikeTrain t_start and t_stop are none.
Solutions.
Use min and max spike time as t_start and t_stop
Best done after https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/pull/1224
to replicate: edit; https://github.com/SpiNNakerManchester/sPyNNaker/blob/master/spynnaker_integration_tests/test_external_devices/test_spike_run_forever_again.py
pynn code: SpikeTrain._check_time_in_range raise Value Error
Cause: SpikeTrain t_start and t_stop are none.
Solutions.
Use min and max spike time as t_start and t_stop