BlueBrain/eFEL

check if any None in feature_values in api.py

Closed this issue · 4 comments

https://github.com/BlueBrain/eFEL/blob/034a37761c173f3d908431bb30e152c1ad3a596b/efel/api.py#L240C1-L240C58
got an error if None in the list,
if np.any(feature_values) is None or len(feature_values) < 1:

Hi @danilobenozzo many thanks for reporting it.

Could you also share with us which features you are using? That will help us understand why the Nones are created in the first place.

sure, it was ISI_CV

Hi @danilobenozzo the Issue with ISI_CV should have been fixed in the latest efel version.

I'll close this issue. Do not hesitate to re-open it if needed @danilobenozzo