Skip to content

Commit

Permalink
send vorticity to devnull
Browse files Browse the repository at this point in the history
this is more representative of what tom actually wanted to do (write to zarr). we don't need to keep the whole thing in memory.
  • Loading branch information
gjoseph92 committed Aug 12, 2022
1 parent 6134328 commit 031df08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/workloads/test_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def pad_rechunk(arr):
vp = pad_rechunk(v)
result = dx[..., None] * up - dy[..., None] * vp

wait(result, small_client, 10 * 60)
wait(arr_to_devnull(result), small_client, 10 * 60)


def test_double_diff(small_client):
Expand Down

0 comments on commit 031df08

Please sign in to comment.