charmplusplus / charm4py

Parallel Programming with Python and Charm++
https://charm4py.readthedocs.io
Apache License 2.0
289 stars 21 forks source link

Use native bool type in arrays instead of deprecated np.bool #236

Closed ZwFink closed 1 year ago

ZwFink commented 1 year ago

The numpy datatype np.bool was deprecated in NumPy 1.20. This now causes unrelated Charm4Py build failures in Charm CI. This PR fixes the issue.

ZwFink commented 1 year ago

An example failure is here: https://github.com/UIUC-PPL/charm/actions/runs/3783206978/jobs/6431961364