Skip to content

Commit

Permalink
fix typo (#4062)
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Oct 17, 2023
1 parent cf3e66e commit 2ae9169
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def test_plot_prob_atlas(params, affine_eye, rng):
plt.close()


def test_plot_prob_atlas_radiological_view(img_4D_rand_eye):
def test_plot_prob_atlas_radiological_view(img_4d_rand_eye):
"""Smoke test for radiological view."""
result = plot_prob_atlas(img_4D_rand_eye, radiological=True)
result = plot_prob_atlas(img_4d_rand_eye, radiological=True)
assert result.axes.get("y").radiological is True
plt.close()

0 comments on commit 2ae9169

Please sign in to comment.