From 35b831d2d1d2c7400668aa16a7a5bce332c64de8 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Fri, 12 Jan 2024 12:49:05 -0800 Subject: [PATCH] Update test_retinotopy.py --- tests/unit/test_retinotopy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_retinotopy.py b/tests/unit/test_retinotopy.py index e66ecfc32..f2f5ab33d 100644 --- a/tests/unit/test_retinotopy.py +++ b/tests/unit/test_retinotopy.py @@ -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]