navis-org / fafbseg-py

Tools to work with the FlyWire connectome. Fully interoperable with navis.
https://fafbseg-py.readthedocs.io
GNU General Public License v3.0
13 stars 5 forks source link

flywire/skeletonize.py possibly outdated #5

Closed cheongh closed 3 years ago

cheongh commented 3 years ago

The use of the skeletonize_neuron() function in flywire/merge.py does not match its definition in flywire/skeletonize.py . The function definition has the input variable remove_soma_hairball and returns one variable, while the function usage in merge.py (line 88) has the input variable drop_soma_hairball and expects 3 variables returned.

schlegelp commented 3 years ago

Fixed with 964625c21f0d2526dd31a17863e309235deb9275.