Open edovanveen opened 1 year ago
I wonder if #47's changes to memory management fixed this.
Unfortunately, no.
Do the previous tests involve a linear mechanism by any chance? Because we're still trying to figure out why this would be called at all.
I wonder if we can fix this by explicitly bumping up the structure_change_count
as part of the reset.
This is still not fixed, even after fixing #73
If we remove
soma = n.Section("soma");
fromexample_savestate
it runs fine by itself. However, when combined with other example runs (for example by running all tests), not creating a Section here causes a crash: