File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 3232 - tests/statespace/filters/test_kalman_filter.py
3333 - tests/statespace --ignore tests/statespace/core/test_statespace.py --ignore tests/statespace/filters/test_kalman_filter.py
3434 - tests/distributions
35- - tests --ignore tests/model --ignore tests/statespace --ignore tests/distributions
35+ - tests --ignore tests/model --ignore tests/statespace --ignore tests/distributions --ignore tests/pathfinder
3636 fail-fast : false
3737 runs-on : ${{ matrix.os }}
3838 env :
Original file line number Diff line number Diff line change @@ -106,9 +106,6 @@ filterwarnings =[
106106
107107 # Preliz needs to update for pytensor > 2.35
108108 ' ignore:.*`pytensor\.graph\.basic\.ancestors`.*`pytensor\.graph\.traversal\.ancestors`.*:FutureWarning:^preliz(\.|$)' ,
109-
110- # OpenMP library warning on windows CI
111- ' ignore::RuntimeWarning:threadpoolctl'
112109]
113110
114111[tool .coverage .report ]
You can’t perform that action at this time.
0 commit comments