Alexandru Săvulescu
Alexandru Săvulescu
Need to see why we've "lost" ~ 1% given the migration to Ubuntu22 in #1946. Went with Ubuntu 22 because for Ubuntu20 it was a bit more: Codecov ReportMerging #1946 ...
The workflow is a bit different for bugfix releases.
Very nice. I'm still faintly curious why (where) errno was occasionally set before the first call to one of the math functions on the mac. And it will eventually be...
Check which combinations of C++/Python/HOC errors in serial/MPI modes are correctly handled and propagated. Some improvements have been made recently: - https://github.com/neuronsimulator/nrn/pull/1633 - https://github.com/neuronsimulator/nrn/pull/1595 Another improvement has been proposed and...
## Overview of the feature Investigate unloading/re-loading custom libraries to avoid closing/re-opening neuron. Some context from NEURON Dev slack: ``` We have neuron API nrn_load_dll to load dll/.so library but...
## Overview of the feature Integrate CoreNEURON codebase into NEURON ## Foreseeable Impact Having a single unified simulator toolchain will * significantly reduce development time * significantly reduce software management...
Copying from Slack: In order to test threading functionality on windows: ``` I did was launch python from the bash terminal and manually from neuron import h, gui g =...