-
Benjamin Cumming authored
* Make access to `segment`s in a `cable_cell` read only * Change cell constructor to require morphology and label dictionary; `make_cable_cell` no longer required. * Consolidate paint/place functionality on `cable_cell`. * Add simple cell builder wrapping new API for use in unit tests. * Remove validation test code: appropriate validation tests will need to be implemented in nsuite. Fixes #871
49264f60
todo.md 282 B
Things to do in morophology part 3.
- add ability to set the number of compartments per branch (removed by allowing only sample_tree descriptions)
- remove
cable_cell::place(mlocation, ...)
withcable_cell::place(locset, ...)
- ensure consistent error messages in new code