We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa9062 commit c57bc30Copy full SHA for c57bc30
1 file changed
jdaviz/configs/cubeviz/plugins/tests/test_regions.py
@@ -83,6 +83,8 @@ def test_spatial_spectral_mix(self):
83
with pytest.warns(UserWarning, match='Applying the value from the redshift slider'):
84
spectral_subsets = self.cubeviz.specviz.get_spectra()
85
assert list(spectral_subsets.keys()) == ['Spectrum (sum)',
86
- 'Spectrum (Subset 1, sum)']
+ 'Spectrum (sum) (Subset 2)',
87
+ 'Spectrum (Subset 1, sum)',
88
+ 'Spectrum (Subset 1, sum) (Subset 2)']
89
for sp in spectral_subsets.values():
90
assert isinstance(sp, Spectrum1D)
0 commit comments