Closed apdavison closed 11 years ago
yury wrote on 2012-12-13 14:11:11:
This problem is also present in 0.7.x.
apdavison wrote on 2012-12-20 16:46:45:
This was not a problem in earlier versions of NEST, rounding to the closest value happened automatically. I've now added the "allow_offgrid_spikes" option (see r1236 and r1237).
Hi Andrew,
The test for ticket:166 (test/system/scenarios.py@ticket166) is failing with the message:
Here is the reason:
Because
dt = 0.1
, the spike at (2 + 7.692307692) = ~ 9.69231 is not representable at resolution 0.1.You can either
I'm not sure which solution you would deem to be correct, so I am not providing you with a patch.
Z.
Imported from Trac ticket:242
Opened: 2012-12-13 14:10:22 Last modified: 2012-12-20 16:46:45 Component: test Priority: major Owner: apdavison Reporter: yury