Skip to content

Commit

Permalink
enable lazy-loading by default for ERPSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Oct 6, 2013
1 parent f181d3f commit 96c9c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rerpy/io/erpss.py
Expand Up @@ -495,7 +495,7 @@ def t(data, expected):
t(data, expected)

def load_erpss(raw, log, calibration_events="condition == 0",
preload=True,
preload=False,
calibrate=False,
calibrate_half_width_ticks=5,
calibrate_low_cursor_time=None,
Expand Down

0 comments on commit 96c9c99

Please sign in to comment.