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
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.
# Two successive simulation runs : okds.simulate(1*day)
ds.simulate(1*day)
# Now update of parameters (error persist even if neurite_parameters unchanged)dense.set_object_properties(gids, neurite_params=neurite_params)
# Addition simulation runds.simulate(1*day) # leads to segmentation fault
m
Repeating simulation steps without calling dense.set_object_properties() works
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:
The text was updated successfully, but these errors were encountered: