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

qutip / qutip-qip / 29709670615
87%

Build:
DEFAULT BRANCH: master
Ran 20 Jul 2026 12:36AM UTC
Jobs 6
Files 86
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

20 Jul 2026 12:33AM UTC coverage: 87.034%. Remained the same
29709670615

push

github

web-flow
Fix plot_pulses colors on matplotlib 3.11 (#415)

matplotlib 3.11 changed the default axes.prop_cycle to yield RGB tuples
instead of hex strings. plot_pulses passed the cycle color as the third
positional argument of ax.fill/ax.plot. That slot is only treated as a
format string when it is a string, so the tuple was instead consumed as
the x data of a further line: the pulse was drawn with no color at all
(falling back to the first entry of the cycle, blue) and the requested
color was rendered as a spurious three-point line of its own R, G and B
values. On all-zero pulse rows, where plot_pulses skips set_ylim, that
stray line autoscaled the axis and showed up as a visible spike.

Pass the color as a keyword argument, which accepts both spellings and
so works on all supported matplotlib versions.

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

5464 of 6278 relevant lines covered (87.03%)

11.3 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-ubuntu-latest-py3.11-linux - 29709670615.1 21 Jul 2026 01:40PM UTC 171
86.92
GitHub Action Run
2 run-ubuntu-latest-py3.13-qutip@5 - 29709670615.2 21 Jul 2026 01:40PM UTC 171
86.92
GitHub Action Run
3 run-ubuntu-latest-py3.12-qutip@5 - 29709670615.3 21 Jul 2026 01:40PM UTC 171
86.92
GitHub Action Run
4 run-macOS-latest-py3.11-macOS - 29709670615.4 21 Jul 2026 01:40PM UTC 171
86.92
GitHub Action Run
5 run-ubuntu-latest-py3.14-qutip@master - 29709670615.5 20 Jul 2026 12:39AM UTC 171
86.91
GitHub Action Run
6 run-windows-latest-py3.11-windows - 29709670615.6 20 Jul 2026 12:35AM UTC 171
87.03
GitHub Action Run
Source Files on build 29709670615
  • Tree
  • List 86
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29709670615
  • 1da50a1e on github
  • Prev Build on master (#29136085531)
  • Next Build on master (#29836983212)
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