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

f-dangel / curvlinops
85%
main: 91%

Build:
Build:
LAST BUILD BRANCH: io-collector-pr2
DEFAULT BRANCH: main
Repo Added 02 Oct 2022 08:24PM UTC
Token 1sGfst1y1afWR4uH04KDBU86hcNIONSz6 regen
Build 1262 Last
Files 47
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

LAST BUILD ON BRANCH submatrices
branch: submatrices
CHANGE BRANCH
x
Reset
Sync Branches
  • submatrices
  • 3.0.1
  • activation-hessian
  • activation-hessian-linop
  • add-ekfac-benchmark
  • adjoint
  • adjoint-jacobians
  • adjoint-submatrix
  • alt-ekfac
  • always-full-tests
  • arbitrary-inputs
  • bcewithlogitsloss
  • blockdiagonal-linear-operator
  • bug-dtype-check-deterministic
  • bug-kfac-device-change
  • ci-update
  • codex/replace-darglint-with-ruff-for-linting
  • composition-rules
  • copilot/add-fishertype-kfactype-enums
  • curvature-linop
  • deprecate-pkg-resources
  • deprecate-python38
  • development
  • diagonal
  • diagonal-linear-operator
  • doc-eigenvalues
  • docstring-linting-with-ruff
  • double-gramian-contraction
  • dtype-device-properties
  • ef-linop
  • eigh-linear-operator
  • ekfac
  • empirical-fisher
  • empirical-gradient-computer
  • empirical-risk-mixin
  • eva
  • example-benchmark
  • example-fisher-mc
  • example-trace
  • execute-tests-in-float64
  • expand-reduce
  • extract-gradient-and-loss
  • fail-first
  • faster-ef
  • faster-fisher-mc
  • fisher-averaging
  • fisher-linop
  • fisher-mc
  • fix-coveralls-badge
  • fix-device
  • fix-device-errors
  • fix-ekfac-performance
  • fix-enum
  • fix-inverse-kfac
  • fix-kfac-scale
  • fix-markdown-syntax
  • fix-mc-tests
  • fix-mcfisher-scale
  • fix-python-badge
  • fix-scale
  • fix-typo
  • flake8-to-ruff
  • foof
  • frobenius-norm
  • functional-estimators
  • functional-ggnmp
  • functorch-efmp
  • functorch-fmp
  • functorch-ggnmp
  • functorch-hmp
  • functorch-jacobians
  • further-fix-ekfac-performance
  • ggn-diagonal
  • ggn-diagonal-pr
  • ggn-linop
  • hessian-blocks
  • hessian-linop
  • high-dim-outputs
  • hutchinson
  • hutchpp
  • implement-rmatmul
  • improve-benchmark-results
  • improve-frobenius
  • improve-spectral-density
  • improve-tests
  • improve-visual-tour
  • io-collector
  • io-collector-pr1
  • io-collector-pr2
  • issue-138-improve-links
  • jacobian
  • jacobian-linop
  • jacobian-transposed
  • joint-weight-and-bias
  • kfac
  • kfac-arbitrary-params-order
  • kfac-as-blockdiag-kronecker
  • kfac-canonicalization
  • kfac-ce-loss
  • kfac-computer
  • kfac-conv2d
  • kfac-damping
  • kfac-ef
  • kfac-ema
  • kfac-inv
  • kfac-linop
  • kfac-properties-to-methods
  • kfac-state-dict
  • kfac-torch-only
  • kfac-trace
  • kfac-type-2
  • kfac-with-inplace-activations
  • kronecker-linear-operator
  • kronecker-product
  • lanczos-cache
  • load-state-dict-model-func
  • logo
  • lsmr-inverse
  • main
  • matmat-list-shapes
  • matvec-to-matmat
  • merge-adjoint-and-is-vec-tests
  • merge-linting-formatting
  • modernize-type-annotations
  • move-util-linops
  • neumann-inverse
  • neumann-inverse-example
  • no-cpu
  • only-bias-or-weight
  • overwrite-model-warning
  • papyan20traces-density
  • parallelize-grad-output
  • parallelize-sample-grad-output
  • parallelize-tests
  • partial-boundary-specification
  • power-iteration-comparison
  • pr1_deprecate_py
  • pr2
  • pr3
  • prepare-3-0-1
  • pydocstyle-coverage
  • pytorch-cg
  • pytorch-inverse
  • pytorch-linop
  • pytorch-spectral-density
  • reduce-scipy
  • ref-internal-mapping
  • remove-caching
  • remove-ekfac-activation-caching
  • remove-kfac-inverse
  • remove-kfac-side-effect
  • remove-loss-average
  • remove-to_device
  • remover-iterator-conversion
  • retry-kfac-inv
  • rla-pytorch
  • runame-patch-1
  • source-button
  • specify-num-data
  • submatrix-example
  • submatrix-pytorch
  • support-division
  • support-sequences-in-grad-output-sampler
  • support-sequences-in-hessian-sqrt
  • test-consecutive-matmats
  • test-regression
  • update-benchmark-a6000
  • update-black
  • update-changelog
  • update-ci
  • update-github-actions
  • use-built-in-functorch
  • use-pyproject-toml
  • use-tuples-in-functionals
  • v3-release-notes
  • visual-tour
  • weighted-ce-kfac
  • xdiag
  • xtrace

01 Mar 2023 07:03PM UTC coverage: 84.599% (-7.3%) from 91.928%
4306994963

Pull #25

github

GitHub
Merge 491a391c8 into 45c13bac2
Pull Request #25: [ADD] Support for taking sub-matrices of linear operators

28 of 28 new or added lines in 2 files covered. (100.0%)

37 existing lines in 2 files now uncovered.

401 of 474 relevant lines covered (84.6%)

1.69 hits per line

Relevant lines Covered
Build:
Build:
474 RELEVANT LINES 401 COVERED LINES
1.69 HITS PER LINE
Source Files on submatrices
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
4306994963 submatrices Merge 491a391c8 into 45c13bac2 Pull #25 01 Mar 2023 07:03PM UTC GitHub github
84.6
4306734253 submatrices [ADD] Test SubmatrixLinearOperator with curvature linear operators push 01 Mar 2023 06:29PM UTC Felix Dangel github
83.97
See All Builds (1026)
  • Settings
  • Repo on GitHub
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