Open astrofrog opened 1 year ago
Attention: Patch coverage is 83.78378%
with 6 lines
in your changes are missing coverage. Please review.
Project coverage is 75.90%. Comparing base (
a7a015c
) to head (8be5ccf
). Report is 5 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
glue_wwt/viewer/image_layer.py | 66.66% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@Carifio24 this should fix the error you were seeing and adds support for showing subsets for images in WWT:
How the subsets are rendered is not great as we shouldn't be using colormaps but rather single colors, but this might require some changes in PyWWT to make this possible? We could also use fake colormaps.
cc-ing @pkgw for the PyWWT aspect.