-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
split data by eye #57
Comments
julia-pfarr
added a commit
that referenced
this issue
Apr 10, 2024
julia-pfarr
added a commit
that referenced
this issue
Apr 12, 2024
* 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 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix test test_edf_nan_in_tsv * add pandas version and python3.12 * put timestamp first in samples * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * remove python3.8 from supported python versions --------- Co-authored-by: Remi Gau <remi_gau@hotmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Remi-Gau
added a commit
that referenced
this issue
Jun 28, 2024
* 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 <pfarr@staff.uni-marburg.de> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Julia Pfarr <juliakatharina.pfarr@gmx.de> Co-authored-by: Julia-Katharina Pfarr <111446107+julia-pfarr@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
data specific to each eye goes into its own file
data common to both go into a physioevents.tsv
The text was updated successfully, but these errors were encountered: