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 e7ccfe0 commit 7353549Copy full SHA for 7353549
pyproject.toml
@@ -259,7 +259,7 @@ log_date_format = "%Y-%m-%d %H:%M:%S"
259
source = ["src/pybamm"]
260
concurrency = ["multiprocessing"]
261
# Parse warnings have existed for a while, but became failures in pytest 8.4.0
262
-disable_warnings = ["couldnt-parse"]
+disable_warnings = ["couldnt-parse", "module-not-measured"]
263
264
265
[tool.mypy]
0 commit comments