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 6e5b2b9 commit a03cfab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/unit/test_retinotopy.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a03cfab

Please sign in to comment.