From a03cfabbe5fe5f6f670aa5fc2d6949173e265ef4 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Fri, 12 Jan 2024 12:53:30 -0800 Subject: [PATCH] Update test_retinotopy.py --- tests/unit/test_retinotopy.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/unit/test_retinotopy.py b/tests/unit/test_retinotopy.py index f2f5ab33d..1f23646df 100644 --- a/tests/unit/test_retinotopy.py +++ b/tests/unit/test_retinotopy.py @@ -1,3 +1,11 @@ +from pynwb.testing import TestCase + + +class TestRetinotopy(TestCase): + def test_retinotopy_deprecated(self): + with self.assertRaises(ValueError): + import pynwb.retinotopy + # import numpy as np # from pynwb.retinotopy import ImagingRetinotopy, AxisMap, RetinotopyImage, FocalDepthImage, RetinotopyMap