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

vispy / vispy / 29321531651
75%

Build:
DEFAULT BRANCH: main
Ran 14 Jul 2026 09:25AM UTC
Jobs 4
Files 346
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

14 Jul 2026 09:23AM UTC coverage: 74.931% (+0.002%) from 74.929%
29321531651

push

github

web-flow
Use np.reshape instead of setting shape attr (#2757)

NumPy deprecated setting the shape attribute with
[`v2.5.0`](https://github.com/numpy/numpy/releases/tag/v2.5.0). This PR
fixes the warnings arising from doing so within the vispy codebase, or
at least the ones I found by running `git grep "\.shape\s=[^=]"`

The current calls to `reshape` only copy the underlying data if a
copy-free reshape is impossible. I do not fully understand when that
happens, but if a copy would be a problem we could explicitly pass
`copy=False` - let me know what you think!

5930 of 10746 branches covered (55.18%)

8 of 8 new or added lines in 5 files covered. (100.0%)

24420 of 32590 relevant lines covered (74.93%)

2.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-4 - 29321531651.1 14 Jul 2026 09:47AM UTC 346
72.46
2 run-3 - 29321531651.2 14 Jul 2026 09:47AM UTC 346
52.06
3 run-2 - 29321531651.3 14 Jul 2026 09:47AM UTC 346
74.16
4 run-1 - 29321531651.4 14 Jul 2026 09:47AM UTC 346
46.84
Source Files on build 29321531651
  • Tree
  • List 346
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 82c77ac9 on github
  • Prev Build on main (#28373932538)
  • Next Build on main (#29706306275)
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