Skip to content

Commit

Permalink
Update test_retinotopy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jan 12, 2024
1 parent e6f1803 commit 35b831d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_retinotopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
# RetinotopyImage('vasculature_image', data, bits_per_pixel, dimension, format, field_of_view)

# def test_init_fov_wrong_shape(self):
# """Test that creating a RetinotopyImage with a field of view argument that is not 2 elements raises an error."""
# """Test that creating a RetinotopyImage with a field of view that is not 2 elements raises an error."""
# data = [[1, 1], [1, 1]]
# bits_per_pixel = 8
# dimension = [3, 4]
Expand Down

0 comments on commit 35b831d

Please sign in to comment.