anilbey
anilbey
The attribute error is fixed in 9bbc68e. Consider @lukasgd's suggestion: > I think follow-up issues should focus on extending hoc-support or, as suggested above, introducing another level in the locations...
Thanks @penguinpee for finding out and fixing it. I confirm with this change the examples are not added to the wheel. The .whl file is slightly smaller in size. ####...
Hi, at the moment bluepyopt is not supporting Python 3.12 primarily because the NEURON simulator has not yet released the necessary wheel files for Python 3.12: https://pypi.org/project/NEURON/#files. Thanks for creating...
Thanks for the update @penguinpee. Yes, this PR (https://github.com/BlueBrain/BluePyOpt/pull/492) added Python 3.12 support. The ticket can be closed.
Many thanks for the quick reply. When using NEURON in a Python API, the current working directory suddenly becomes very important. E.g. the following two will behave differently. ```python from...
On a second thought, this may not be a good idea as it may cause further confusion. One issue I am often facing with maintaining Python packages that use NEURON...
Logs from the successful run (2nd attempt): https://github.com/BlueBrain/BlueCelluLab/actions/runs/8169106907/job/22334002556
Oh I see. Those directories contain static files required to run some tests and those are excluded from the package.
With the newer versions of uv and tox-uv, restarting the workflow does not change the outcome. If the cache fails, the whole workflow fails. I rolled back to uv==0.1.14 and...
Unfortunately I cannot access the data from the github actions. It is not listed in the Artifacts section.