Skip to content

Commit

Permalink
temporarily rm the camera position setting from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Dec 11, 2024
1 parent d9e454f commit 20c9da5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions yt_idv/tests/test_spherical_vol_rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,20 @@ def osmesa_empty_rc():
"partial": {
"bbox": np.array([[0.5, 1.0], [0.0, np.pi / 3], [np.pi / 4, np.pi / 2]]),
"field": ("index", "r"),
"camera_position": [-0.5, -1, 2.5],
# "camera_position": [-0.5, -1, 2.5], # see note
},
"whole": {
"bbox": np.array([[0.0, 1.0], [0.0, 2 * np.pi], [0, np.pi]]),
"field": ("index", "phi"),
"camera_position": [0.5, 0.5, 2],
# "camera_position": [0.5, 0.5, 2], # see note
},
"quadrant_shell": {
"bbox": np.array([[0.6, 1.0], [0.0, np.pi / 2], [0.0, np.pi / 2]]),
"field": ("index", "theta"),
},
}
# note: the camera_position keys above are commented because of
# https://github.com/yt-project/yt_idv/issues/165


@pytest.mark.parametrize("bbox_option", bbox_options.keys())
Expand Down

0 comments on commit 20c9da5

Please sign in to comment.