Skip to content

Commit

Permalink
fix the new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Dec 10, 2024
1 parent 40e3608 commit 1c55a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yt_idv/tests/test_spherical_vol_rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_spherical_bounds(osmesa_empty_rc, image_store, bbox_option):
sz = (32, 32, 32)
fake_data = {"density": np.random.random(sz)}

bbox = bbox_options[bbox_option]
bbox = bbox_options[bbox_option]["bbox"]

ds = yt.load_uniform_grid(
fake_data,
Expand Down Expand Up @@ -67,7 +67,7 @@ def test_spherical_nprocs(osmesa_empty_rc, image_store, nprocs):
fake_data = {"density": np.random.random(sz)}

bbox_option = "whole"
bbox = bbox_options[bbox_option]
bbox = bbox_options[bbox_option]["bbox"]

ds = yt.load_uniform_grid(
fake_data,
Expand Down

0 comments on commit 1c55a86

Please sign in to comment.