Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

How can I get all the features results in the simple way? #1068

@melancholy12

Description

@melancholy12

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions