-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #618 from hed-standard/dev_update_spec_tests3
Redo spec tests to use github modules. Upload results as an artifact. Add sidecar/events tests
- Loading branch information
Showing
5 changed files
with
120 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[submodule "spec_tests/hed-specification"] | ||
path = spec_tests/hed-specification | ||
url = https://github.com/hed-standard/hed-specification/ | ||
branch = develop |
Submodule hed-specification
added at
9e7d37
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"onset": { | ||
"Description": "Position of event marker in seconds relative to the start.", | ||
"Units": "s" | ||
}, | ||
"duration": { | ||
"Description": "Duration of the event in seconds.", | ||
"Units": "s" | ||
} | ||
} |