Skip to content

Commit

Permalink
Merge pull request #1370 from yarikoptic/bf-typo
Browse files Browse the repository at this point in the history
minor typo fix
  • Loading branch information
kschelonka authored Feb 27, 2020
2 parents ff1714f + 1598184 commit 36b7cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allensdk/core/brain_observatory_nwb_data_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def get_stimulus_epoch_table(self):
'duration':duration_signature_list,
'interval':interval_signature_list})

# Gaps are ininformative; remove them:
# Gaps are uninformative; remove them:
interval_df = interval_df[interval_df.stimulus != 'gap']
interval_df['start'] = [x[0] for x in interval_df['interval'].values]
interval_df['end'] = [x[1] for x in interval_df['interval'].values]
Expand Down

0 comments on commit 36b7cec

Please sign in to comment.