BluePyOpt
BluePyOpt copied to clipboard
Blue Brain Python Optimisation Library
We should add a new mechanism to improve version tracking. We should add also a changelog file. It should something like this: if travis passes in master, and it's going...
Hello I use a hoc cell template with Bluepyopt, called 'class_axoaxoniccell_temp.hoc' attached below, and I run into the following issue when I run my bluepyopt script 'test.py' using my hoc...
Hi there, It would be great if unit checking could be added to Ephys parameters when they are instantiated. This would be pretty easy to implement. Units of Hoc variables...
Hi, I recently got my hands on a Slurm system. Then I realized the Slurm is not as plug-and-play as SGE for Scoop. I can't find useful information on BluePyOpt...
In a venv with Python 3.12 and bluepyopt installed from PyPI: ``` >>> from bluepyopt.ephys import simulators Traceback (most recent call last): File "", line 1, in File "~/tmp/blue/venv/lib64/python3.12/site-packages/bluepyopt/ephys/__init__.py", line...
I suppose this is not a clear error, but it makes the code sensitive to user derived errors. If I would use the l5pc example and change some parameters so...
Hi. After 3 years I have restarted using BluePyOpt and I'm observing a strange behavior. (Distro Mint 21.2 - Latest Bluepyopt - Neuron 8.2.2) Starting a local server with: ipcluster...
- Fix exclusion of examples/
Required for Python 3.12. SafeConfigParser has been removed in Python 3.12. (has been deprecated since Python 3.2)
Hi, I found this new study very nicely made a AIS model. https://senselab.med.yale.edu/ModelDB/showmodel.cshtml?model=267355#tabs-2 I am thinking about if can I put this onto the L5PC example, replacing the AIS. In...