Skip to content

Commit

Permalink
with dask, we do not disallow huge cube operations
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed Jan 6, 2025
1 parent 6a730e2 commit 5614074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spectral_cube/tests/test_spectral_cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ def test_arithmetic_warning(data_vda_jybeam_lower, recwarn):
cube + 5*cube.unit


def test_huge_disallowed(data_vda_jybeam_lower, use_dask):
def test_huge_disallowed(data_vda_jybeam_lower):

cube, data = cube_and_raw(data_vda_jybeam_lower, use_dask=use_dask)
cube, data = cube_and_raw(data_vda_jybeam_lower)

assert not cube._is_huge

Expand Down

0 comments on commit 5614074

Please sign in to comment.