Skip to content

Commit 629e201

Browse files
committed
fixed naming error in experiments.py
removed import error from plotter.py
1 parent da75a37 commit 629e201

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

experiments/base/experiments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def __init__(self):
289289

290290
#loading settings
291291
self._exp_parameter_dict = dict(TRIGGER ='str',
292-
INTERSTIM_TIME = 'int',
292+
INTERTRIAL_TIME = 'int',
293293
MAX_STIM_TIME = 'int',
294294
MIN_STIM_TIME='int',
295295
MAX_TOTAL_STIM_TIME = 'int',

utils/plotter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
import cv2
1010
import random
11-
from utils.configloader import EGG
1211

1312

1413
def plot_dots(image, coordinates, color, cond=False):

0 commit comments

Comments
 (0)