Skip to content

Commit

Permalink
update the test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Jul 9, 2024
1 parent f02a935 commit 4ca116a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions yt_idv/tests/test_yt_idv.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,11 @@ def test_isocontour_functionality(osmesa_fake_amr, image_store):
iso = Isolayers(data=sc.components[0].data)
sc.components.append(iso)

sc.components[0].visible = False
sc.components[1].iso_log = False
sc.components[1].iso_tol_is_pct = False
sc.components[1].iso_tolerance[0] = 1
sc.components[1].iso_layers[0] = -29
sc.components[1].iso_tol_is_pct = True
sc.components[1].iso_tolerance[0] = 2.0
sc.components[1].iso_layers[0] = 0.5
image_store(osmesa_fake_amr)


Expand Down

0 comments on commit 4ca116a

Please sign in to comment.