You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when running the validator in verbose mode on a specific dataset (I have not encountered the error anywhere else so far).
error: Uncaught (in promise) RangeError: Maximum call stack size exceeded
output.push(...formatFiles(subIssues, options))
^
at formatIssues (https://jsr.io/@bids/validator/2.0.1/src/utils/output.ts:67:16)
at https://jsr.io/@bids/validator/2.0.1/src/utils/output.ts:29:22
at Array.map (<anonymous>)
at consoleFormat (https://jsr.io/@bids/validator/2.0.1/src/utils/output.ts:28:43)
at main (https://jsr.io/@bids/validator/2.0.1/src/main.ts:39:[21](https://data.anc.plus.ac.at/bids-datasets/auditory/nsss_crossmodmarkov/-/jobs/10376#L21))
at eventLoopTick (ext:core/01_core.js:168:7)
at async https://jsr.io/@bids/validator/2.0.1/src/bids-validator.ts:3:16
I am not sure what is special about the dataset, but maybe the size of the output is a problem. I have the following warning with non-verbose validation:
/sub-09e35b07bebf/ses-01/meg/sub-09e35b07bebf_ses-01_task-audmarkov_run-01_events.tsv - WARNING: [UNITS_MISSING] No unit specified. Using "Hz" as the default - "Frequency/782". TSV line: 3. (For more information on this HED warning, see https://hed-specification.readthedocs.io/en/latest/Appendix_B.html#units-missing.) 207198 more files with the same issue
There are no 200000 files, I think these are the number of lines the warning applies to.
The text was updated successfully, but these errors were encountered:
Good to know. output.push(...) should be replaceable by a more efficient method. That said, you probably do have 200k+ warnings and I'm not sure verbose output will be particularly helpful.
I get the following error when running the validator in verbose mode on a specific dataset (I have not encountered the error anywhere else so far).
I am not sure what is special about the dataset, but maybe the size of the output is a problem. I have the following warning with non-verbose validation:
There are no 200000 files, I think these are the number of lines the warning applies to.
The text was updated successfully, but these errors were encountered: