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

f-dangel / curvlinops / 23207457263
91%

Build:
DEFAULT BRANCH: main
Ran 17 Mar 2026 05:37PM UTC
Jobs 1
Files 48
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

17 Mar 2026 05:25PM UTC coverage: 91.262% (-0.04%) from 91.299%
23207457263

push

github

web-flow
[REF] Pass `_model_func` to `make_batch_*`, align `(params, X)` convention (#270)

* [REF] Pass _model_func to make_batch_* functions, align (params, X) convention

- Update all make_batch_* functions (GGN, Hessian, Jacobian, EF, GGN
  diagonal) to accept a functional callable (params_dict, X) -> prediction
  instead of a Module. Call sites pass self._model_func directly,
  eliminating redundant make_functional_call wrapping.
- Same for make_functional_flattened_model_and_loss.
- Align IO collector (with_param_io, with_kfac_io) to (params, x)
  convention, matching the rest of the codebase. Remove the arg-swapping
  wrapper in KFAC/EKFAC FX backends.
- Migrate _check_supports_batched_and_unbatched_inputs to use
  _model_func via partial.

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

* [DOC] Add changelog entry for make_batch_* callable refactor

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

* [FIX] Address review: fix type aliases, return type, placeholder selection

- Update ParamIOFunction/KFACIOFunction type aliases to (params, x) order
- Fix return type of make_batch_transposed_jacobian_matrix_product to
  include MutableMapping
- Use placeholders[:len(named_params)] instead of placeholders[:-1] to
  correctly handle pytree x inputs

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

---------

Co-authored-by: f-dangel <felix.dangel@concordia.ca>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

17 of 17 new or added lines in 8 files covered. (100.0%)

2329 of 2552 relevant lines covered (91.26%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23207457263.1 17 Mar 2026 05:37PM UTC 48
91.26
GitHub Action Run
Source Files on build 23207457263
  • Tree
  • List 48
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 879af3f4 on github
  • Prev Build on main (#23204306094)
  • Next Build on main (#23211349482)
  • 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