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 e9e233a commit 7893941Copy full SHA for 7893941
pyproject.toml
@@ -111,7 +111,7 @@ filterwarnings =[
111
'ignore::RuntimeWarning:threadpoolctl',
112
113
# ArviZ warning related to 1.0 release
114
- "ignore:\nArviZ is undergoing a major refactor.*:FutureWarning"
+ 'ignore:\nArviZ is undergoing a major refactor.*:FutureWarning'
115
]
116
117
[tool.coverage.report]
0 commit comments