We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d359d33 commit d6613f8Copy full SHA for d6613f8
pytest.ini
@@ -5,6 +5,8 @@ addopts = -vv --strict-markers
5
filterwarnings =
6
# warnings are errors
7
error
8
+ # Known issue with numpy under valgrind - don't error on this
9
+ once:Signature .* for <class 'numpy.longdouble'> does not match any known type. falling back to type probe function:UserWarning
10
# petab
11
ignore:Using petab.v1.Problem with PEtab2.0 is deprecated:DeprecationWarning
12
# amici
0 commit comments