BluePyOpt
BluePyOpt copied to clipboard
fix python crash with NEURON8.1.0
this is fix related to CELLS-42
Did you test this with older versions of Neuron?
Codecov Report
Merging #405 (a04df7a) into master (8a25348) will increase coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #405 +/- ##
==========================================
+ Coverage 90.49% 90.50% +0.01%
==========================================
Files 41 41
Lines 2473 2476 +3
==========================================
+ Hits 2238 2241 +3
Misses 235 235
Impacted Files | Coverage Δ | |
---|---|---|
bluepyopt/ephys/simulators.py | 96.59% <100.00%> (+0.12%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 8a25348...a04df7a. Read the comment docs.
I close this, this is not solving it, it's an issue with ipyparallel, with dask it works without this. Sorry for the noise here.
it's an issue with ipyparallel
What's the issue w/ ipyparallel?
@mgeplf when using ipyparallel, when NEURON crashes, it also crashed the whole python script (core dump). The issue is being investigated in the ticket CELLS-42
Thanks; I'll follow along there.
In fact, this is needed with for example dask-mpi parallelization to prevent neuron to send kill signal and crash everything.