Closed Kitchi closed 3 years ago
Merging #751 (daababa) into master (320d9c4) will increase coverage by
0.01%
. The diff coverage is53.84%
.
@@ Coverage Diff @@
## master #751 +/- ##
==========================================
+ Coverage 77.55% 77.57% +0.01%
==========================================
Files 24 24
Lines 5775 5783 +8
==========================================
+ Hits 4479 4486 +7
- Misses 1296 1297 +1
Impacted Files | Coverage Δ | |
---|---|---|
spectral_cube/stokes_spectral_cube.py | 86.20% <53.84%> (-5.80%) |
:arrow_down: |
spectral_cube/dask_spectral_cube.py | 85.07% <0.00%> (-0.11%) |
:arrow_down: |
spectral_cube/spectral_cube.py | 76.77% <0.00%> (+0.33%) |
: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 320d9c4...daababa. Read the comment docs.
I'm fine with this; will merge soon if there are no objections
@Kitchi or @preshanth -- The tests are now fixed from #759. Can you rebase this branch?
I just did @e-koch . Hope that is enough
Windows test failure is unrelated and known from #759
It was previously not possible to cleanly access the underlying data of a
StokesSpectralCube
, which only had the_stokes_data
method. This commit implements a simpleStokesSpectralCube.stokes_data
method for public access.This implements the first suggestion in #750