Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
cshanahan1 committed Dec 6, 2024
1 parent e324994 commit cd4b41f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,8 @@ def test_get_subsets_as_regions(cubeviz_helper, spectrum1d_cube):
# call get_subsets_as_regions, which by default for cubeviz will return both
# spatial and spectral regoins
all_regions = plg.get_subsets_as_regions()
# assert len(all_regions) == 2
assert len(all_regions) == 2


# now specify region type
spatial_regions = plg.get_subsets_as_regions(region_type='spatial')
Expand Down

0 comments on commit cd4b41f

Please sign in to comment.