Closed ghisvail closed 1 year ago
numpy.float is deprecated since numpy version 1.20 in favour of the built-in float type or the numpy.float64 dtype.
numpy.float
float
numpy.float64
As a bit of context, this was caught in Clinica's CI which calls BrainSpace through BrainStat.
BrainSpace
BrainStat
Hi, firstly thanks for reporting this and providing a PR to boot. LGTM.
@OualidBenkarim?
numpy.float
is deprecated since numpy version 1.20 in favour of the built-infloat
type or thenumpy.float64
dtype.