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

scikit-hep / iminuit / 34246684507
100%

Build:
DEFAULT BRANCH: develop
Ran 08 Sep 2026 03:47PM 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

08 Sep 2026 03:44PM UTC coverage: 99.671%. Remained the same
34246684507

push

github

web-flow
fix: `log_or_zero` helper mistakenly downcasts integers to floats when the input is of integer dtype (#1191)

Fixes https://github.com/scikit-hep/iminuit/issues/1190

The line `r[ma] = np.log(x[ma])` effectively down casts floats to ints
if `r` is of integer dtype meaning that `r` should be constructed with a
floating dtype but it accidentally inherited `x`'s dtype which might be
integer as it was constructed with `np.zeros_like(x)`. We now just
construct it as `np.zeros_like(x * 1.0)`. This was the simplest
solution. See the comment in the code for the reason.

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

3944 of 3957 relevant lines covered (99.67%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34246684507.1 08 Sep 2026 03:47PM UTC 18
99.67
GitHub Action Run
Source Files on build 34246684507
  • Tree
  • List 18
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #34246684507
  • 6668332b on github
  • Prev Build on develop (#34199365777)
  • Next Build on develop (#34599771898)
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