• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

QuantEcon / QuantEcon.py / 34427347047
94%

Build:
DEFAULT BRANCH: main
Ran 10 Sep 2026 01:59AM UTC
Jobs 1
Files 94
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Sep 2026 01:54AM UTC coverage: 93.967%. Remained the same
34427347047

push

github

web-flow
MAINT: Migrate np.dot()/.dot() to @ in the test suite (#798)

* Initial plan

* Migrate np.dot(), .dot() methods in test suite to @ operator

Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com>

* MAINT: Polish the @-operator migration in the test suite

Follow-up tidy-up on the lines this PR already touches:

- test_kalman.py: fix the continuation-line indents left over from the
  longer .dot() chains (E127 over-indent on sig_recursion, E128
  under-indent on new_sigma), and unwrap new_sigma now that it fits on
  one line (76 chars).
- test_matrix_eqn.py: unwrap the assert_allclose now that the migrated
  call is 59 chars, and spell the conjugate transpose .conj().T, which
  is the dominant form in this codebase.
- test_lqcontrol.py: document why the scalar term uses * rather than @.
  lq_scalar.C is (1, 1) and w_seq[0, -1] is 0-d, so @ raises
  ValueError; np.dot and * both give the same (1, 1) result.

flake8 on the seven touched files is now strictly cleaner than main:
E127 and E128 are gone and no new diagnostic is introduced.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mmcky <8263752+mmcky@users.noreply.github.com>
Co-authored-by: Matt McKay <mmcky@users.noreply.github.com>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>

5483 of 5835 relevant lines covered (93.97%)

0.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34427347047.1 10 Sep 2026 01:59AM UTC 94
93.97
GitHub Action Run
Source Files on build 34427347047
  • Tree
  • List 94
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #34427347047
  • 4cbe3bbe on github
  • Prev Build on main (#34419685647)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc