-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* modify converter and tests according to issues (#57) and (#60) correct errors after testing correct suffix modify tests according to converter modifications * tmp * [pre-commit.ci] pre-commit autoupdate (#65) updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * ignore test ipynb * Delete eye2bids/2eyes.ipynb * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * change how json dicts are combined because tests were failing * ignore *ipynb * add PhysioType metadata * resolve merge residuals * first try for physioevents.tsv.gz * save pre-final physioevents.tsv.gz code * add tests for physioevents.tsv * change dtypes of physioevents df columns and modify test * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * lint * rm files * fix tests * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update tests/test_edf2bids.py * rm duplciated tests * refactor tests * refactor --------- Co-authored-by: Julia Pfarr <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Julia Pfarr <[email protected]> Co-authored-by: Julia-Katharina Pfarr <[email protected]>
- Loading branch information
1 parent
21d17e5
commit 7f53d69
Showing
3 changed files
with
271 additions
and
71 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,8 @@ tests/data/output | |
*events.json | ||
*eyetrack.json | ||
*eyetrack.tsv | ||
|
||
2eyes.ipynb | ||
test.ipynb | ||
|
||
tmp | ||
|
||
|
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
Oops, something went wrong.