You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Here is my codes:
import neurom.features as nf
from neurom import load_neuron
neuron2 = load_neuron("/example data2.swc")
morph_features = nf.get(neuron2)
But it returns: TypeError: get() missing 1 required positional argument: 'obj'
So if I read the feature one by one, it seems to be fine.
How can I get all the features?
The text was updated successfully, but these errors were encountered: