bsuite icon indicating copy to clipboard operation
bsuite copied to clipboard

Convert `np.int -> np.int32` since `np.int` is deprecated

Open jjshoots opened this issue 1 year ago • 1 comments

It seems like np.int has been deprecated in favour of either int or np.int16/32/64/128 in numpy 1.20.

This PR fixes that error. The exact stack trace fo the error in deployed code is here.

jjshoots avatar Mar 06 '23 15:03 jjshoots

Solves #47

epignatelli avatar May 21 '23 23:05 epignatelli