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

f-dangel / curvlinops / 23204306094
91%

Build:
DEFAULT BRANCH: main
Ran 17 Mar 2026 04:26PM 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 04:14PM UTC coverage: 91.299% (-0.004%) from 91.303%
23204306094

push

github

web-flow
[REF] Rename `_model_func` to `_model_module`, add functional `_model_func` (#269)

* [REF] Rename _model_func to _model_module, add functional _model_func

Separate the two roles of _model_func:
- _model_module: the raw Module (for hooks backend, make_batch_* functions)
- _model_func: functional (params_dict, X) -> prediction via
  make_functional_call, used for predictions and shape inference

Migrate direct Module calls to the functional form where possible:
- _data_prediction_loss_gradient uses _model_func(self._params, X)
- Jacobian shape inference uses _model_func(self._params, x)
- KFAC/EKFAC FX backends use _model_func(params, x) instead of
  functional_call(self._model_module, params, (x,))

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

* [DOC] Add changelog entry for _model_func rename

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>

16 of 16 new or added lines in 10 files covered. (100.0%)

2340 of 2563 relevant lines covered (91.3%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23204306094.1 17 Mar 2026 04:26PM UTC 48
91.3
GitHub Action Run
Source Files on build 23204306094
  • Tree
  • List 48
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 10a07097 on github
  • Prev Build on main (#23175863024)
  • Next Build on main (#23207457263)
  • 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