glue-viz / glue-astronomy

Plugin to add astronomy-specific functionality to glue
https://glue-astronomy.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
11 stars 12 forks source link

Added translation handler for SpectralCube #4

Closed astrofrog closed 4 years ago

astrofrog commented 4 years ago

This adds translation from/to SpectralCube objects (from the spectral-cube package)

codecov[bot] commented 4 years ago

Codecov Report

Merging #4 into master will increase coverage by 0.56%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   98.05%   98.61%   +0.56%     
==========================================
  Files           8       10       +2     
  Lines         360      506     +146     
==========================================
+ Hits          353      499     +146     
  Misses          7        7
Impacted Files Coverage Δ
glue_astronomy/translators/__init__.py 100% <100%> (ø) :arrow_up:
glue_astronomy/translators/spectral_cube.py 100% <100%> (ø)
..._astronomy/translators/tests/test_spectral_cube.py 100% <100%> (ø)

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 0d4c359...1223fb9. Read the comment docs.