Sam Yates
Sam Yates
Objects like the cable cell `decor` are copyable in the C++ interface, but while one can construct a copy of `decor` (and others) with explicit use of the constructor, i.e....
It is currently unclear how much memory one could expect any given model to require, and this becomes especially pertinent when the model is gap-junction based, requiring that all such...
The issue: location expressions such as `(location 3 0.4)` are problematic, because there is no easy way to determine how branches are numbered, given a morphology. We use such expressions...
They're a bit of a mess! Ideally, any test currently that checks state or time evolution for cable cells should be able to run with both the cpu and gpu...
Time was added as a visible value to NMODL mechanisms in order to incorporate time-dependent current sources. But apart from the impact of #1251, there are a couple of reasons...
In #1115 a number of options were floated for local field potential calculations. While Option 1 has been implemented using the generic sampling infrastructure available in the C++ and Python...
Sometimes, we just want to be sure that there's a single point in a locset. The idea is to add region and locset expressions that will throw an exception when...
As per the title, the C++ API documentation for recipe is out of date. So we should update it.
With some added support on the NSuite side, replace the current validation tests in the Arbor tree with an invocation of the NSuite validation tests. Once NSuite has the required...
About to remove `num_compartmenrs()` on `cable_cell` as part of the discretization revamp, but we don't have anything roughly equivalent to replace it. It was being used as a proxy for...