Skip to content

Commit

Permalink
use set_position in nprocs test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Dec 13, 2024
1 parent 6eb21f1 commit f677841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt_idv/tests/test_spherical_vol_rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ def test_spherical_nprocs(osmesa_empty_rc, image_store, nprocs):
osmesa_empty_rc.scene.components[0]._reset_cmap_bounds()
cpos = bbox_options[bbox_option].get("camera_position", None)
if cpos:
osmesa_empty_rc.scene.camera.position = cpos
osmesa_empty_rc.scene.camera.set_position(cpos)

image_store(osmesa_empty_rc)

0 comments on commit f677841

Please sign in to comment.