Closed fseasy closed 1 year ago
numpy 1.24.3
May be we should fix it? very easy... I have hacked it by np.bool = np.bool_ in my application code, but it's better upgrade the source code.
np.bool = np.bool_
same issure but not explicit error in title #83
May be we should fix it? very easy... I have hacked it by
np.bool = np.bool_
in my application code, but it's better upgrade the source code.