Skip to content
Snippets Groups Projects
Commit 76e63d1a authored by Markus Holzer's avatar Markus Holzer
Browse files

Merge branch 'fix-numpy' into 'master'

Fix: `np.issctype` was removed in NumPy 2.0. Use `issubdtype(_, np.generic)` instead.

See merge request pycodegen/pystencils!395
parents 6e49be6e 99e17399
No related branches found
No related tags found
1 merge request!395Fix: `np.issctype` was removed in NumPy 2.0. Use `issubdtype(_, np.generic)` instead.
Checking pipeline status