IBM/simulai

numpy.float deprecated

Closed this issue · 3 comments

The attribute numpy.float is deprecated in numpy>=1.24. It is necessary to replace all the occurencies by the builtin float.

Can you give me an example? @Joao-L-S-Almeida

I started to replace the occurrences and (also sanity-testing) in the branch associated with this issue. Sometimes I'm excessively cautious : ( .