|
Ran
|
Files
160
|
Run time
3s
|
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)
7512 of 8110 relevant lines covered (92.63%)
0.93 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|