natverse / nat

NeuroAnatomy Toolbox: An R package for the (3D) visualisation and analysis of biological image data, especially tracings of single neurons.
https://natverse.org/nat/
64 stars 29 forks source link

bug in multiplication for neuronlistz #457

Closed jefferis closed 3 years ago

jefferis commented 3 years ago
write.neurons(kcs20, 'myneuronlist.zip', format='qs', include.data.frame = T)
myneuronlist=neuronlistz('myneuronlist.zip')
myneuronlist = myneuronlist * 1
Error in `[[.neuronlistz`(myneuronlist, 1) : No matching neuron: 1
jefferis commented 3 years ago

Fixed by #458