Skip to content

Commit efd9a5e

Browse files
committed
remove unneeded imports
1 parent 3fb490e commit efd9a5e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

main.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,10 @@
100100
exp.CAB_RESP_KEYS = {'old': AssBind_config.RESP_KEYS['new'], "new": AssBind_config.RESP_KEYS['old']}
101101
with Else():
102102
exp.CAB_RESP_KEYS = {'old': AssBind_config.RESP_KEYS['old'], "new": AssBind_config.RESP_KEYS['new']}
103-
Debug(subject=exp.subject, ref_subject=Ref.object(exp)._subject, flip_cab=exp.FLIP_CAB, cab_resp_keys=exp.CAB_RESP_KEYS)
104-
105103

106104
# take next digit to counterbalance BART
107105
exp.FLIP_BART = Func(sid_evenness, Ref.object(exp)._subject, True).result
108106

109-
Debug(subject=exp.subject, ref_subject=Ref.object(exp)._subject, flip_bart=exp.FLIP_BART)
110-
111107
with Parallel():
112108
with Serial(blocking=False):
113109
# Log all of the info about the subject and the CogBatt version

tasks/BARTUVA/trial.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from smile.common import *
22
from smile.scale import scale as s
33
from smile.lsl import LSLPush
4-
from pathlib import Path
54

65
# adding button/key press subroutine
76
@Subroutine

0 commit comments

Comments
 (0)