Skip to content

Commit

Permalink
Merge pull request #155 from VisLab/develop
Browse files Browse the repository at this point in the history
Corrected cap error
  • Loading branch information
VisLab committed Feb 5, 2024
2 parents 18cecbf + 30e0049 commit 995fccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def test_events_remodel_valid_with_hed(self):
}
}]
events_proc = self.get_event_proc('data/sub-002_task-FacePerception_run-1_events.tsv',
'data/task-facePerception_events.json', 'data/HED8.2.0.xml')
'data/task-FacePerception_events.json', 'data/HED8.2.0.xml')
events_proc.command = base_constants.COMMAND_REMODEL
cols_orig = events_proc.events.columns
rows_orig = len(events_proc.events.dataframe)
Expand Down

0 comments on commit 995fccb

Please sign in to comment.