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

vispy / vispy / 14145210167
75%

Build:
DEFAULT BRANCH: main
Ran 29 Mar 2025 11:33AM UTC
Jobs 4
Files 344
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

29 Mar 2025 11:31AM UTC coverage: 74.817% (+0.02%) from 74.795%
14145210167

push

github

web-flow
Fix mesh colors reshaping (#2645)

# Bug Description

Setting `colors` of `SurfacePlot` fails (see below code snippet).

```
from vispy import scene
from numpy.random import rand
p = scene.visuals.SurfacePlot(z=rand(6,6))
p.set_data(colors=rand(6,6,4))
```

# Solution

Fix reshape of colors array to be with a length four last dimension.

---------

Co-authored-by: David Hoese <david.hoese@ssec.wisc.edu>

5819 of 10536 branches covered (55.23%)

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

1 existing line in 1 file now uncovered.

24029 of 32117 relevant lines covered (74.82%)

2.45 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
88.18
-0.91% vispy/util/fetching.py
Jobs
ID Job ID Ran Files Coverage
1 run-2 - 14145210167.1 29 Mar 2025 11:44AM UTC 344
74.06
2 run-4 - 14145210167.2 29 Mar 2025 11:44AM UTC 344
72.37
3 run-1 - 14145210167.3 29 Mar 2025 11:44AM UTC 344
46.6
4 run-3 - 14145210167.4 29 Mar 2025 11:44AM UTC 344
51.92
Source Files on build 14145210167
  • Tree
  • List 344
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 3d4b029a on github
  • Prev Build on main (#14140258425)
  • Next Build on main (#14172776243)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc