Luc Grosheintz
Luc Grosheintz
Inside VERBATIM blocks of a MOD file, pointers can be made to point to any type, e.g. `void*`. The `generic_data_handle` knows this, and will refuse any attempts to convert to...
I've seen RXD fail sporadically for no obvious reason. I'd like to start collecting CI runs that failed. Please post any failures you notice so we can get a grip...
There's only one layout in CoreNEURON: SoA. CI_BRANCHES:NMODL_BRANCH=1uc/remove-cnrn-mech-layout
Not ready for review! Just to run CI. Attempt at fixing: #2894 .
The following MOD file: ``` NEURON { POINT_PROCESS ThreadVar GLOBAL gw THREADSAFE } ASSIGNED { gw } INITIAL { gw=0 } NET_RECEIVE(weight (uS)) { gw = gw + weight }...
When editing `src/nrnoc/init.cpp` and then re-running `cmake --build build-debug` nothing happens, meaning there's a bug in the dependency chain and CMake thinks everything has been updated despite there being changes...
While using `xt::get_rank` to detect the rank of various XTensor objects, we noticed that the following test fails: ``` template void check_adapt_tensor(xt::xtensor_adaptor& x) { REQUIRE(xt::get_rank::value == N); } TEST_CASE("xt::get_rank", "[xtensor]")...