Skip to content

Commit

Permalink
turn off debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Shotgunosine committed Dec 20, 2024
1 parent d474506 commit d693857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# Initialize the SMILE experiment.
exp = Experiment(name=CogBatt_config.EXP_NAME,
background_color=CogBatt_config.BACKGROUND_COLOR,
scale_down=True, scale_box=(1000, 1000), debug=True,
scale_down=True, scale_box=(1000, 1000), debug=False,
Touch=False, local_crashlog=True,
cmd_traceback=False, data_dir=WRK_DIR,
working_dir=WRK_DIR)
Expand Down

0 comments on commit d693857

Please sign in to comment.