BlueBrain / morphoclass

Neuronal morphology preparation and classification using Machine Learning.
https://morphoclass.readthedocs.io
Apache License 2.0
8 stars 4 forks source link

Add unit tests for `morphoclass.features.non_graph` #56

Open FrancescoCasalegno opened 2 years ago

FrancescoCasalegno commented 2 years ago

In #46 we removed various submodules of morphoclass.feature_extractors (now called morphoclass.features), i.e. interneurons, pyramidal_cells, feature_extraction. Therefore, we also removed the corresponding unit tests for these submodules.

However, we don't have any unit tests for the only submodule left, i.e. morphoclass.features.non_graph.

To clarify, it was already a problem before #46, we just noticed the issue there.

_Originally posted by @FrancescoCasalegno in https://github.com/BlueBrain/morphoclass/pull/46#discussion_r870071891_