Skip to content

Commit

Permalink
add non behavioral datatype assertion for warning about missing event…
Browse files Browse the repository at this point in the history
…s.tsv
  • Loading branch information
rwblair committed Aug 7, 2024
1 parent 1235e5b commit 184d8c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schema/rules/checks/events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ EventsMissing:
level: warning # could be an error with the proper selectors, I think
selectors:
- dataset.dataset_description.DatasetType == "raw"
- datatype != "beh"
- '"task" in entities'
- '!match(entities.task, "rest")'
- suffix != "events"
Expand Down

0 comments on commit 184d8c0

Please sign in to comment.