Lukas Drescher
Lukas Drescher
I'm uploading a proposal for merging master here. There are few things that I came across. First, setting tox' minversion to 4 causes this error for me ```bash dev/BluePyOpt$ tox...
The two points connected by the "or" above are actually separate and independent aspects: * extend hoc-support (e.g. for point processes) * distinguish areal from point locations in the `locations`...
The behavior can be reproduced in the L5PC example, following the notebook ```python BluePyOpt/examples/l5pc$ ipython Python 3.8.10 (default, Jun 22 2022, 20:18:18) Type 'copyright', 'credits' or 'license' for more information...
One way to resolve this was implemented in 2c67258, as mentioned above.
Hi @anilbey and @thorstenhater, Thanks for bringing this up in an issue. I think there's a bit a misunderstanding with the purpose of the `acc_iexpr` module. It's not an Arbor...
Hi @AurelienJaquier, thanks for your work! I'm just having a brief look (would have more time in a month). I think you've correctly identified the `acc/*_template.jinja2` files that need to...
W.r.t. using Arbor for serialization vs. templates, see https://github.com/BlueBrain/BluePyOpt/pull/498#discussion_r1727122992. For the iexpr loading test @AurelienJaquier, I think you could already stop at the line `test_decor = arbor.load_component(decor_filename).component`. Invoking `arbor.load_component` should...