Nora Abi Akar
Nora Abi Akar
Several variants of the synapses can be found here: https://github.com/dbbs-lab/dbbs-mod-collection/tree/master/dbbs_mod_collection/mod * AMPA_0 * AMPA_granule * GABA_0 * GABA_biexp * GABA_granule * NMDA_granule * NMDA_stellate. These mechanisms employ the use of...
Move a morphology/segment tree in space. We already have some support for this using `pw_lin` and `isometry`, it would be useful to have the option to modify the morphology itself.
Cells connected via gap-junctions currently have to reside on the same-cell group. As a result these cells cannot be distributed across multiple nodes. This is a major constraint for scaling...
Right now, it accepts a `pse_vector` so a single generator can connect to multiple targets on the cell. I propose that we make it more similar to the other generators,...
Placeholder issue. Closes #1221
``` NEURON { POINT_PROCESS syn NONSPECIFIC_CURRENT i USEION p WRITE pi WRITE po } ASSIGNED {} INITIAL { pi = 1 } STATE { pi } BREAKPOINT { SOLVE state...
This issue documents the discussion and ideas for supporting stochastic differential equations for independent point sources of noise. Spatially distributed and correlated noise sources are not discussed here. ### Representation...
Missing from the s-expression parser: - `reg::complement` - `reg::difference` - `ls::boundary` - `ls::cboundary` - `ls::segment_boundaries` - `ls::support` Missing from docs: - `reg::complement` - `reg::difference` - `reg::z_dist_from_root_*` - `reg::complete` - `ls::boundary`...
The `cv_policy` of a `cable_cell` is currently exposed through `cable_cell_parameter_set`, which is a member of the `decor` and `cable_cell_global_properties`. This allows users to set the `cv_policy` at the cell and...
### Describe the bug This [example from the docs](https://learn.microsoft.com/en-us/azure/machine-learning/reference-yaml-core-syntax?view=azureml-api-2#parameterizing-the-command-with-the-inputs-and-outputs-contexts-of-a-component) doesn't work with the az ml CLI (azure-cli version: 2.78.0; ml extension version: 2.39.0). The yaml: ``` $schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json name: train_data_component_cli...