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 c8ce542 commit af97270Copy full SHA for af97270
pyproject.toml
@@ -117,7 +117,8 @@ filterwarnings =[
117
'ignore:numpy\.core\.numeric is deprecated:DeprecationWarning',
118
119
# Silence warning emitted by pytensor when BLAS is not available
120
- "ignore:Found Intel OpenMP \\('libiomp'\\) and LLVM OpenMP \\('libomp'\\):RuntimeWarning"
+ "ignore:Found Intel OpenMP \\('libiomp'\\) and LLVM OpenMP \\('libomp'\\):RuntimeWarning",
121
+ 'ignore:PyTensor could not link to a BLAS installation:UserWarning'
122
]
123
124
[tool.coverage.report]
0 commit comments