Skip to content

Commit 3db63da

Browse files
committed
Remove the underscore in filename
1 parent 5a4ccc7 commit 3db63da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- tests/model
2525
- tests/statespace/test_statespace.py
2626
- tests/statespace/test_kalman_filter.py
27-
- tests/statespace --ignore tests/state_space/test_statespace.py --ignore tests/state_space/test_kalman_filter.py
27+
- tests/statespace --ignore tests/statespace/test_statespace.py --ignore tests/statespace/test_kalman_filter.py
2828
- tests/distributions
2929
- tests --ignore tests/model --ignore tests/statespace --ignore tests/distributions
3030
fail-fast: false
@@ -67,7 +67,7 @@ jobs:
6767
- tests/model
6868
- tests/statespace/test_statespace.py
6969
- tests/statespace/test_kalman_filter.py
70-
- tests/statespace --ignore tests/state_space/test_statespace.py --ignore tests/state_space/test_kalman_filter.py
70+
- tests/statespace --ignore tests/statespace/test_statespace.py --ignore tests/statespace/test_kalman_filter.py
7171
- tests/distributions
7272
- tests --ignore tests/model --ignore tests/statespace --ignore tests/distributions
7373
fail-fast: false

0 commit comments

Comments
 (0)