Skip to content

Commit

Permalink
[DATALAD RUNCMD] minor typo
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "git-sedi ininformative uninformative",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Feb 19, 2020
1 parent 5056007 commit 1598184
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 1598184

Please sign in to comment.