From 48cf7891811e2d08439967173a8576fdbaa4fa9d Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Tue, 30 Jan 2024 16:04:56 -0800 Subject: [PATCH] Fix schema prefix --- src/spyglass/decoding/v1/waveform_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spyglass/decoding/v1/waveform_features.py b/src/spyglass/decoding/v1/waveform_features.py index 866a938bc..044ff979a 100644 --- a/src/spyglass/decoding/v1/waveform_features.py +++ b/src/spyglass/decoding/v1/waveform_features.py @@ -13,7 +13,7 @@ from spyglass.spikesorting.v1 import SpikeSortingSelection from spyglass.utils import SpyglassMixin -schema = dj.schema("waveform_features") +schema = dj.schema("decoding_waveform_features") @schema