From 2da48bc7d78180d87783e7e20e99bc7ad9f997e5 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Sat, 13 Jan 2024 00:04:43 -0800 Subject: [PATCH] Update retinotopy.py --- src/pynwb/retinotopy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pynwb/retinotopy.py b/src/pynwb/retinotopy.py index e5773723b..c0db417d8 100644 --- a/src/pynwb/retinotopy.py +++ b/src/pynwb/retinotopy.py @@ -1,4 +1,4 @@ -raise ValueError( +raise RuntimeError( "The pynwb.retinotopy module is deprecated. If you are interested in using these neurodata types, " "please create an issue on https://github.com/NeurodataWithoutBorders/nwb-schema/issues." )