nrn icon indicating copy to clipboard operation
nrn copied to clipboard

NEURON Simulator

Results 237 nrn issues
Sort by recently updated
recently updated
newest added

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 ...

bug
CI
coverage

## Overview of the feature My code is as follow. I use BluePyOpt to interface NEURON and run many small single cell simulations. I have parallelised my many computations with...

enhancement

The workflow is a bit different for bugfix releases.

enhancement
release

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...

enhancement
macOS

## Context ### Overview of the issue I have access to a windows machine where my username has a space in it. When attempting to run an rxd simulation with...

bug
windows
rxd

We want `h.Vector()` to return an object with a different data type than `h.Deck()`. In current NEURON, they both are of type `hoc.HocObject`. Likewise for all other built-in NEURON classes....

python
hackron2022

Closes https://github.com/neuronsimulator/nrn/issues/1923.

First attempt at importing the ideas of https://github.com/neuronsimulator/data-structure-design into NEURON. Very WIP, detailed review not advised.