Skip to content

Commit

Permalink
fixed naming error in experiments.py
Browse files Browse the repository at this point in the history
removed import error from plotter.py
  • Loading branch information
JensBlack committed Oct 21, 2020
1 parent da75a37 commit 629e201
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion experiments/base/experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def __init__(self):

#loading settings
self._exp_parameter_dict = dict(TRIGGER ='str',
INTERSTIM_TIME = 'int',
INTERTRIAL_TIME = 'int',
MAX_STIM_TIME = 'int',
MIN_STIM_TIME='int',
MAX_TOTAL_STIM_TIME = 'int',
Expand Down
1 change: 0 additions & 1 deletion utils/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import cv2
import random
from utils.configloader import EGG


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

0 comments on commit 629e201

Please sign in to comment.