-
Notifications
You must be signed in to change notification settings - Fork 3
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
[BUG] Deno validator #111
Comments
@Zizhuang-Miao Could I get your help on resolving this HED warning? It's the 3rd issue in the output above
Currently, this is the key and value pair in the
Moving forward, it would be nice to validate the HED tags on a HED validator, since running bids-validator on the entire data dataset can be inefficient for debugging purposes. |
@jungheejung I looked into this issue and now I do not think this warning could be elegantly avoided. HED expects a tag that takes values to have a specified unit followed it (https://hed-specification.readthedocs.io/en/latest/03_HED_formats.html#tags-that-take-values; please also see examples in the 3.2.2 section right above it). In our experiments the rating values are either without units (a relative number between 0 and 100) or in the unit of pixels, while pixel is not in the list of allowed units in HED (https://hed-specification.readthedocs.io/en/latest/Appendix_A.html#a-1-1-unit-classes-and-units). I will suggest that we ignore this warning for now. |
Awesome, appreciate you taking a look into this HED warning @Zizhuang-Miao . In that case, we'll ignore for now. |
re
but it seems not "scanner failure" since it is events file shorter than data file so data collection was fine. |
SOLUTION:
|
Which module is this from?
datalad
What is the issue?
Deno validator warning and errors
What was your expected behavior?
Full pass with no errors
How can we reproduce this?
Code: https://github.com/bids-standard/bids-validator/issues/2129
Any additional context?
TODO
ISSUEJSON sidecarIGNORE
HED tag in task-alignvideo. Unit and HED tag → Ignore for now. See comment by Zizhuang below: [BUG] Deno validator #111 (comment)DONE
Add column descriptor in metadata .json to match events.tsv → double check by running deno- [x] task-shortvideo
- [x] task-fractional
DONE
task-fractional onset order sort → updated with commit 085cf88To solve this issue above, I created a code to print list of runs that deviate from standard TR length. https://github.com/spatialtopology/spacetop-prep/blob/88a560c28dd8109df4c75f61a671f9c724f038bf/spacetop_prep/datalad/identify_shorterTR.py
Some runs are indeed shorter than expected, due to partial data collection (e.g. participant had issue with trackball, scanner failure etc)
Q. What's the best way moving forward? Adding info in scans.tsv?
@yarikoptic
TODO
sub-0009 task-narratives, no events data, just func. How to fix?TODO
task-fractional. Either name the task differently or temporarily remove the filesDONE
TODO
update Intended for. Need to runpopulate_indended_for
TODO
only the first trial has the task-alignvideo folder declared. FixIGNORE
IGNORE
delete
The text was updated successfully, but these errors were encountered: