We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34161a8 commit a7ad213Copy full SHA for a7ad213
tests/test_relation_u.py
@@ -5,18 +5,6 @@
5
from .schema_simple import *
6
7
8
-# def setup_class(cls):
9
-# cls.user = User()
10
-# cls.language = Language()
11
-# cls.subject = Subject()
12
-# cls.experiment = Experiment()
13
-# cls.trial = Trial()
14
-# cls.ephys = Ephys()
15
-# cls.channel = Ephys.Channel()
16
-# cls.img = Image()
17
-# cls.trash = UberTrash()
18
-
19
20
def test_restriction(lang, languages, trial):
21
language_set = {s[1] for s in languages}
22
rel = dj.U("language") & lang
0 commit comments