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
The NeuroM.features.* functions return inconsistent types. For example, segment_taper_rates returns a list of floats while section_taper_rates returns a list of numpy.float32. This can be annoying to process results (e.g. it's harder to dump the results to JSON strings or stuff like that).
I suggest we make all the types consistent, like casting all the results to built-in Python types.
WDYT @eleftherioszisis@mgeplf ? If you agree I can work on this.
The text was updated successfully, but these errors were encountered:
The
NeuroM.features.*
functions return inconsistent types. For example,segment_taper_rates
returns a list offloats
whilesection_taper_rates
returns a list ofnumpy.float32
. This can be annoying to process results (e.g. it's harder to dump the results to JSON strings or stuff like that).I suggest we make all the types consistent, like casting all the results to built-in Python types.
WDYT @eleftherioszisis @mgeplf ? If you agree I can work on this.
The text was updated successfully, but these errors were encountered: