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

f-dangel / curvlinops / 23394684275
91%

Build:
DEFAULT BRANCH: main
Ran 22 Mar 2026 03:31AM UTC
Jobs 1
Files 49
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

22 Mar 2026 03:19AM UTC coverage: 91.385% (+0.04%) from 91.346%
23394684275

push

github

web-flow
[REF] **Backward-incompatible:** Migrate params from `list[Parameter]` to `dict[str, Tensor]` (#283)

* [REF] Migrate params from list[Parameter] to dict[str, Tensor]

All operators now accept params as dict[str, Tensor] instead of
list[Parameter]. Pass dict(model.named_parameters()) instead of
list(model.parameters()).

- Simplify _EmpiricalRiskMixin.__init__: remove list/dict branching,
  SUPPORTS_FUNCTIONAL flag, identify_free_parameters call
- Update all operator type hints to dict[str, Tensor]
- Update _prepare_params_and_model to accept dict for Modules
- Update conftest.py to provide dict params
- Update all test files to use dict params

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

* [FIX] Fix doctest iterating over dict params keys instead of values

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

* [FIX] Restore benchmark JSON files accidentally removed

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

* [FIX] Restore original PDF files modified by doc build

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

* [FIX] Remove dead code and fix dict iteration bug in model merging example

- Remove `identify_free_parameters` (no longer called anywhere)
- Remove `_make_params_dict` and list path from `_prepare_params_and_model`
- Fix `example_model_merging.py` iterating dict keys instead of values

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

* [FIX] Update stale type annotations from list[Tensor] to dict[str, Tensor]

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

* [FIX] Update stale docstrings referencing list params

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

* [FIX] Update remaining stale type annotations and docstrings for dict params

- functorch.py: narrow params from list|dict to dict, update docstrings
- ggn_diagonal.py, computers/ggn_diagonal.py: update params docstrings
- tes... (continued)

41 of 43 new or added lines in 11 files covered. (95.35%)

2376 of 2600 relevant lines covered (91.38%)

0.91 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
97.41
0.19% curvlinops/computers/kfac_hooks.py
1
98.0
1.67% curvlinops/examples/functorch.py
Jobs
ID Job ID Ran Files Coverage
1 23394684275.1 22 Mar 2026 03:31AM UTC 49
91.38
GitHub Action Run
Source Files on build 23394684275
  • Tree
  • List 49
  • Changed 14
  • Source Changed 0
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c81c0d60 on github
  • Prev Build on main (#23365377595)
  • Next Build on main (#23660084504)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc