issues
search
AllenInstitute
/
neuron_morphology
Tools for working with single-neuron morphological reconstructions
https://neuron-morphology.readthedocs.io/en/latest/
Other
19
stars
8
forks
source link
Layer depths update
#192
Open
tmchartrand
opened
3 years ago
tmchartrand
commented
3 years ago
Addresses #188, updating the layered_point_depths module:
updating step_from_node to save the path length traveled to the intersection point
also adding informative errors for failure cases
adding some docstrings and clarifying the schema and arguments for certain methods in the module
fixing the relevant test so it runs and covers the new functionality
Addresses #188, updating the layered_point_depths module: