Open SBottani opened 4 years ago
This bug is very weird... may take me a while to debug...
could you confirm that the bug does not occur if you use a single thread?
You're right ! Setting only ONE threat it runs OK, bug does not occur !
OK, solved the issue, it was actually a pretty bad problem in the way parameters were set in parallel. Will create some tests to make sure it does not happen again and create a PR
A new issue when updating neurite parameters with
dense.set_object_properties()
, occuring possibly only with environment enabled (example program worked fine on april 9th): Continuing the simulation after parameter update leads to segmentation fault.m Repeating simulation steps without calling dense.set_object_properties() works
Example code: