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

scikit-hep / iminuit / 29984453696
100%

Build:
DEFAULT BRANCH: develop
Ran 23 Jul 2026 06:17AM 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

23 Jul 2026 06:14AM UTC coverage: 99.617%. Remained the same
29984453696

push

github

web-flow
fix: matplotlib >= 3.11 figure reuse in CostSum.visualize (repairs coverage CI) (#1141)

matplotlib 3.11 raises when `plt.subplots(num=...)` is given an existing
figure number. `CostSum.visualize` grabs the current figure with
`plt.gcf()` and then calls `plt.subplots(1, n, num=fig.number)`, hitting
this error:

```
ValueError: Figure 1 already exists. Use plt.figure(1) to get it or plt.close(1)
to close it. Alternatively, pass 'clear=True' to subplots().
```

One line fix. CI has been red (and iminuit has been broken) since June
11.

1 of 1 new or added line in 1 file covered. (100.0%)

3898 of 3913 relevant lines covered (99.62%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29984453696.1 23 Jul 2026 06:17AM UTC 18
99.62
Source Files on build 29984453696
  • Tree
  • List 18
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 14bd190e on github
  • Prev Build on develop (#19460721898)
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