Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2024
1 parent 5832654 commit 9860744
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions mne_bids/write.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def _events_json(fname, overwrite=False):
"Onset (in seconds) of the event from the beginning of the first data point. "
"Negative onsets account for events before the first stored data point. "
"This column must appear first in the file."
)
),
},
"duration": {
"Requirement Level": "REQUIRED",
Expand All @@ -354,13 +354,11 @@ def _events_json(fname, overwrite=False):
"Duration of the event in seconds from onset. Must be zero, positive, or 'n/a' if unavailable. "
"A zero value indicates an impulse event.\n"
"This column must appear second in the file."
)
),
},
"sample": {
"Data type": "number",
"Description": (
"The event onset time in number of sampling points."
)
"Description": ("The event onset time in number of sampling points."),
},
"value": {
"Description": (
Expand Down

0 comments on commit 9860744

Please sign in to comment.