multiscale / muscle3

The third major version of the MUltiScale Coupling Library and Environment
Apache License 2.0
25 stars 13 forks source link

bool8 deprecated in numpy #147

Closed LourensVeen closed 1 year ago

LourensVeen commented 1 year ago

In NumPy 1.24, numpy.bool8 is deprecated, and just to make sure no one misses it, it's already been removed from the type annotations, so now mypy fails. The new bool8 is bool_, which has been around since at least 1.13, so we can safely replace it.

I guess someone hit the 8 with their software carpentry hammer?