mcdougallab / matlabneuroninterface

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

double-check errors vs warnings #60

Open ramcdougal opened 1 year ago

ramcdougal commented 1 year ago

Until 49d5b8d attempting to insert a density mechanism (e.g. ion channel) that wasn't defined was treated as a warning not an error, likely risking incorrect results.

We should double-check to make sure we believe that what gets labeled a warning or an error is what we want it to be.