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
TravisCI was having a hard time occasionally with the GetSpike test. Probably a NEST issue, or we are feeding incorrect parameters in. Here's where it's defined:
I have found testing this locally also can replicate the issue; code just freezes up. It's more important to get nestpy patch out than get this particular rarely-used function working but we should definitely fix before next patch.
The text was updated successfully, but these errors were encountered:
TravisCI was having a hard time occasionally with the GetSpike test. Probably a NEST issue, or we are feeding incorrect parameters in. Here's where it's defined:
nestpy/src/nestpy/NEST.cpp
Lines 1518 to 1520 in f68b74f
And here is our test for it:
nestpy/tests/core_nest_tests.py
Lines 112 to 114 in f68b74f
I have found testing this locally also can replicate the issue; code just freezes up. It's more important to get nestpy patch out than get this particular rarely-used function working but we should definitely fix before next patch.
The text was updated successfully, but these errors were encountered: