Skip to content

CollInt: Fix NumPy deprecation warnings about np.bool

Tjerk Vreeken requested to merge fix-numpy-deprecation into master

Since version 1.20, NumPy warns about the use of np.bool as an alias of bool. Instead, the suggestion is to just use bool as the type specifier.

Merge request reports