|
Ran
|
Jobs
4
|
Files
344
|
Run time
1min
|
Badge
README BADGES
|
push
github
Raise ValueError when setting relative_step_size 0 or negative (#2595) See discussion in #2589 This changes the the `relative_step_size` setter to: * raise a `ValueError` when setting to 0 or a negative value * warn when setting small values between 0 and `side_len / (2 * MAX_CANVAS_SIZE)` * silently comply otherwise This is closer to the previous behavior, and I think makes intuitive sense (step size <=0 is non-sensical and could cause degenerate behavior in the shader). A bit confusing - there is a test for this and it passed on #2589 checks: https://github.com/vispy/vispy/blob/4f061ba23/vispy/visuals/tests/test_volume.py#L46-L48
5792 of 10518 branches covered (55.07%)
3 of 3 new or added lines in 1 file covered. (100.0%)
1 existing line in 1 file now uncovered.23958 of 32047 relevant lines covered (74.76%)
2.45 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | run-2 - 9398089489.1 | 0 |
74.0 |
||
| 2 | run-1 - 9398089489.2 | 0 |
46.51 |
||
| 3 | run-3 - 9398089489.3 | 0 |
51.94 |
||
| 4 | run-4 - 9398089489.4 | 0 |
72.31 |