Skip to content

Commit

Permalink
Manual updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkominsky committed Dec 8, 2019
1 parent 08db394 commit 40db085
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified PyHab User Manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion PyHab/PyHabClassHPP.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ def SetupWindow(self):
:rtype:
"""
if self.stimPres:
# Stimulus presentation window TODO: REMOVE DEBUG GUI
# Stimulus presentation window
self.win = visual.Window((self.screenWidth['C'], self.screenHeight['C']), fullscr=False, screen=self.screenIndex['C'], allowGUI=False,
units='pix', color=self.screenColor['C'])
self.winL = visual.Window((self.screenWidth['L'], self.screenHeight['L']), fullscr=False, screen=self.screenIndex['L'], allowGUI=False,
Expand Down

0 comments on commit 40db085

Please sign in to comment.