Skip to content

Commit

Permalink
Merge pull request #1456 from AllenInstitute/testfix/redundant_sham_c…
Browse files Browse the repository at this point in the history
…hange_column

remove redundant sham_change column from test
  • Loading branch information
djkapner authored Mar 25, 2020
2 parents fde03e2 + e3b2395 commit e392c35
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 e392c35

Please sign in to comment.