Skip to content

Fix the bug due to deprecation of np.float

Didi Hou requested to merge github/fork/didi-hou/np.float_deprecated into master

Created by: didi-hou

This PR fixed the bug due to the deprecation of np.float. It replaced the np.float with python built-in float and it's equivalent to np.float64

Merge request reports