File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 22
22
python-version : ["3.10"]
23
23
test-subset :
24
24
- tests/model
25
- - tests/statespace
25
+ - tests/statespace/test_statespace.py
26
+ - tests/statespace/test_kalman_filter.py
27
+ - tests/statespace --ignore tests/state_space/test_statespace.py --ignore tests/state_space/test_kalman_filter.py
26
28
- tests/distributions
27
29
- tests --ignore tests/model --ignore tests/statespace --ignore tests/distributions
28
30
fail-fast : false
63
65
python-version : ["3.12"]
64
66
test-subset :
65
67
- tests/model
66
- - tests/statespace
68
+ - tests/statespace/test_statespace.py
69
+ - tests/statespace/test_kalman_filter.py
70
+ - tests/statespace --ignore tests/state_space/test_statespace.py --ignore tests/state_space/test_kalman_filter.py
67
71
- tests/distributions
68
72
- tests --ignore tests/model --ignore tests/statespace --ignore tests/distributions
69
73
fail-fast : false
You can’t perform that action at this time.
0 commit comments