Skip to content

Commit

Permalink
Add reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ymzayek committed Sep 4, 2023
1 parent 292af9d commit 80bb7f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nilearn/plotting/tests/test_surf_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ def test_plot_surf_roi_error(engine):
"kwargs", [{"vmin": 2}, {"vmin": 2, "threshold": 5}, {"threshold": 5}]
)
def test_plot_surf_roi_colorbar_vmin_equal_across_engines(kwargs):
"""See issue https://github.com/nilearn/nilearn/issues/3944"""
if not PLOTLY_INSTALLED:
pytest.skip("Plotly is not installed; required for this test.")
mesh = generate_surf()
Expand Down

0 comments on commit 80bb7f6

Please sign in to comment.