Alexandru Săvulescu

Results 39 issues of Alexandru Săvulescu

Not familiar with all the code in `gnu` (except for the `d_avec` refactoring to `std::vector`) A couple of ideas to brainstorm: - random generators + distribution -> use std library...

refactoring

Latest msys package `mingw-w64-x86_64-gcc-11.2.0-1` breaks the install. 1st issue: `'/mingw64/lib/gcc/x86_64-w64-mingw32/11.2.0/liblto_plugin-0.dll': No such file or directory` 2nd subsequent issue: changing `liblto_plugin-0.dll` to `liblto_plugin.dll` fixes installer issue, but rxd testing fails: ```...

bug
windows
rxd

Seems like after #1051 refactoring we are hitting the following error in the BBP simulation stack. Failing test: `neocortex-scx-v5-gapjunctions`: ``` 62 special: ParallelContext.setup_transfer() needs to be called. 62 near line...

bug

## Goals - Try to build a knowledge base of NEURON features -> help users - Reach the best possible code coverage -> help developers ## Background Initial idea was...

enhancement
CI

## Overview of the feature The main idea is to add `multisend` coverage. Therefore we have a few aspects to be considered: * Would adding `tqperf` testing increase overall coverage...

enhancement
testing
CI

Today we have a very old implementation copy in neuron. Sundials is now on Github : https://github.com/LLNL/sundials - Supports CMake integration - Binary differences to be expected. However that is...

dev
refactoring

Steps ==== - [ ] Provide initial support/skeleton -> #2400 - [ ] Qualify MorphIO vs Import3D solution (i.e. test out circuits make sure results match, check out or reimplement...

enhancement
informational

https://github.com/pypa/cibuildwheel https://cibuildwheel.readthedocs.io/en/stable/

building
wheel
informational