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

scikit-hep / iminuit / 33684052169
100%

Build:
DEFAULT BRANCH: develop
Ran 02 Sep 2026 10:14PM UTC
Jobs 1
Files 18
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

02 Sep 2026 09:14PM UTC coverage: 99.671%. Remained the same
33684052169

push

github

web-flow
fix: keep parameter names on Matrix sub-selection (#1139)

:robot: _AI text below_ :robot:

A sub-selection of a `Matrix`, such as `m[["a", "b"]]`, `m[:2]` or
`m[[0, 2]]`, kept the `_var2pos` name mapping of the full matrix. The
stale mapping gave wrong labels or an exception in `str()`,
`_repr_html_()`, `to_dict()` and `to_table()`. Slice and iterable
selections now rebuild the mapping from the selected positions. Fancy
indexing that cannot be tracked drops the mapping, and the matrix then
shows positional labels.

This PR was rewritten on top of the current `develop`. It now contains
only this fix; the other fixes from its first version are moved to
separate PRs.

Addresses part of #1132.

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

3940 of 3953 relevant lines covered (99.67%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33684052169.1 02 Sep 2026 10:14PM UTC 18
99.67
GitHub Action Run
Source Files on build 33684052169
  • Tree
  • List 18
  • Changed 4
  • Source Changed 4
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33684052169
  • 9a06b1f1 on github
  • Prev Build on develop (#33674245755)
  • Next Build on develop (#33701818791)
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