We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5354a commit 492bb66Copy full SHA for 492bb66
pyproject.toml
@@ -85,6 +85,7 @@ xfail_strict = true
85
filterwarnings = [
86
"error",
87
'ignore:Use shutil.which instead of find_executable:DeprecationWarning', # pytensor in py3.9
88
+ 'ignore:`np.obj2sctype` was removed in the NumPy 2.0 release. Use `np.dtype(obj).type` instead.:AttributeError', # pytensor in py3.9
89
]
90
log_cli_level = "INFO"
91
testpaths = [
0 commit comments