Closed nmearl closed 5 years ago
Merging #548 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #548 +/- ##
==========================================
+ Coverage 68.22% 68.23% +<.01%
==========================================
Files 26 26
Lines 4268 4269 +1
==========================================
+ Hits 2912 2913 +1
Misses 1356 1356
Impacted Files | Coverage Δ | |
---|---|---|
cubeviz/controls/wavelengths.py | 96.92% <100%> (ø) |
:arrow_up: |
cubeviz/layout.py | 84.55% <100%> (+0.03%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update d7d3af7...f97fc01. Read the comment docs.
The order of event calls in glue is sometimes inconsistent, resulting in issues when updating the vertical line slice indicator in specviz. This PR avoids this by calling changes directly. Requires spacetelescope/specviz#639.