-
Notifications
You must be signed in to change notification settings - Fork 32
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
[FIX] make sure running tsvread then tsvwrite does not change the file content #160
Conversation
Update fork
Changes by create-pull-request action
…equest/patch [ENH] update schema - changes by create-pull-request action
…equest/patch Changes by create-pull-request action
…equest/patch Changes by create-pull-request action
Update ExploreASL/bids-matlab
…equest/patch Changes by create-pull-request action
Feature #asl bids
[MISC] refactor and add tests for layout asl
…equest/patch Changes by create-pull-request action
…equest/patch Changes by create-pull-request action
[ENH] add possibility to query for (and filter queries with) extensions
[ENH] improve management of "intended_for"
[ENH] update fieldname m0 scan estimate
see issue bids-standard#156
No rush to make a decision on this. If I don't hear back I will silence the test and we can revisit the issue later. :-) |
Codecov Report
@@ Coverage Diff @@
## master #160 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 11 11
Lines 864 864
======================================
Misses 864 864
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
fixes #156
The classic structure tends to not work where mixing types.
For example mixing logical and numeric does not work in a cell: it prints to the file but the test fails afterwards.
But the previous structure format could allow mixing the format of elements that would end up in the same column of the tsv.
So we could support this too.