Skip to content

Commit

Permalink
remove redundant sham_change column from test
Browse files Browse the repository at this point in the history
  • Loading branch information
djkapner committed Mar 25, 2020
1 parent c3a0612 commit e3b2395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def test_get_task_parameters_regression(self):
def test_get_trials_regression(self):
""" A lot of timestamp dependent values. Test what we can."""
cols_to_test = ["reward_volume", "hit", "false_alarm", "miss",
"sham_change", "stimulus_change", "aborted", "go",
"stimulus_change", "aborted", "go",
"catch", "auto_rewarded", "correct_reject",
"trial_length", "change_frame", "initial_image_name",
"change_image_name"]
Expand Down

0 comments on commit e3b2395

Please sign in to comment.