Skip to content

Commit

Permalink
numpy2.0 fix for string_
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFlamm authored Jan 11, 2024
1 parent 0138cc8 commit e888706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshio/med/_med.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"wedge15": "P15",
}
med_to_meshio_type = {v: k for k, v in meshio_to_med_type.items()}
numpy_void_str = np.string_("")
numpy_void_str = np.bytes_("")


def read(filename):
Expand Down

0 comments on commit e888706

Please sign in to comment.