openPMD / openPMD-validator

:ballot_box_with_check: Validator and Example Scripts
ISC License
4 stars 8 forks source link

Numpy 2.0: `np.string_` -> `np.bytes_` #78

Closed ax3l closed 2 months ago

ax3l commented 2 months ago
AttributeError: `np.string_` was removed in the NumPy 2.0 release.
Use `np.bytes_` instead.. Did you mean: 'strings'?

Same as #77