mcdougallab / matlabneuroninterface

Interface for connecting NEURON and MATLAB
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

`test_morphology` fails on linux #92

Open hvangeffen opened 6 months ago

hvangeffen commented 6 months ago

Probably due to changes in #73. In the final allsec of the test we get the following error:

Warning: The following error was caught while executing 'neuron.Section' class destructor:
MATLABCLibHost process for 'neuron' terminated unexpectedly. To reload interface library, first call
"unload(clibConfiguration('neuron'))" and then call function/class from interface library.

When commenting out this line it does not occur: https://github.com/mcdougallab/matlabneuroninterface/blob/677375d428ddddee0eb67e788e103ef7fae21204/%2Bneuron/Neuron.m#L320