|
Ran
|
Jobs
3
|
Files
160
|
Run time
1min
|
Badge
README BADGES
|
push
github
Migrate np.dot and .dot() method calls to @ operator in library code only (#787) * Initial plan * Convert np.dot to @ operator in _lqcontrol.py Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com> * Convert np.dot to @ operator in _matrix_eqn.py and _robustlq.py Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com> * Convert np.dot to @ operator in _kalman.py, _lss.py, _lqnash.py, _quadsums.py, and game_theory files Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com> * Complete migration: convert all remaining np.dot to @ operator in test files and markov module Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com> * Convert all remaining .dot method calls to @ operator Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com> * Fix @ operator issues with scalar parameters in lqnash and update docstring Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com> * Revert test files to original state - separate library changes from test updates Per feedback, this keeps only the library code changes with @ operator migrations and reverts all test files to their original state. All 536 tests pass with the library changes, confirming compatibility. Test file updates can be done in a separate PR later. Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Revert "Apply suggestions from code review" This reverts commit 4149f3b07. * improve coveralls robustness * fix yaml syntax error * setup env for coveralls-finish * ensure coveralls is installed * Fix coveralls setup: add environment variables, shell activation, and repository checkout Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com> * Fix coveralls setup: revert to u... (continued)
113 of 158 new or added lines in 14 files covered. (71.52%)
1 existing line in 1 file now uncovered.7512 of 8110 relevant lines covered (92.63%)
2.78 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
93.13 |
0.0% | quantecon/_lqcontrol.py |
| 2 |
93.07 |
0.0% | quantecon/_robustlq.py |
| 2 |
52.0 |
0.0% | quantecon/markov/gth_solve.py |
| 6 |
58.06 |
0.0% | quantecon/_kalman.py |
| 12 |
74.62 |
0.0% | quantecon/_lss.py |
| 21 |
60.99 |
0.0% | quantecon/_dle.py |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
58.06 |
0.0% | quantecon/_kalman.py |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 17255195570.1 | 160 |
92.63 |
GitHub Action Run | |
| 2 | 17255195570.2 | 160 |
92.63 |
GitHub Action Run | |
| 3 | 17255195570.3 | 160 |
92.63 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|