Skip to content

Commit

Permalink
Defaults happy_mid to False
Browse files Browse the repository at this point in the history
  • Loading branch information
dyld-w committed Oct 31, 2024
1 parent 4de9899 commit a853c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/AssBind/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
@Subroutine
def AssBindExp(self, config, sub_dir, task_dir=None, block=0,
reminder_only=False, pulse_server=None, shuffle=False,
conditions=None, happy_mid=True):
conditions=None, happy_mid=False):
TRIAL_REMIND_TEXT_L = "%s <-- %s" % (config.RESP_KY[0], list(config.RESP_KEYS.keys())[
list(config.RESP_KEYS.values()).index(config.RESP_KY[0])])
TRIAL_REMIND_TEXT_R = "%s --> %s" % (list(config.RESP_KEYS.keys())[list(
Expand Down
2 changes: 1 addition & 1 deletion tasks/BARTUVA/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def BartuvaExp(self,
full_instructions=True,
practice=False,
pulse_server=None,
happy_mid=True):
happy_mid=False):

if task_dir is not None:
config.TASK_DIR = task_dir
Expand Down

0 comments on commit a853c2f

Please sign in to comment.