Closed happy5214 closed 4 months ago
Attention: Patch coverage is 86.11111%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 86.77%. Comparing base (
53fdba6
) to head (b2024d9
). Report is 2 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
bids-validator/validators/hed.js | 85.71% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The ieeg_epilepsy_ecog
example is failing, presumably because it has "HEDVersion": "n/a"
in its dataset_description.json
. Will open a PR to remove that, unless you'd rather it stay?
Yes, it should be removed. If a dataset_description.json
has a HedVersion
field, it must be a valid HED version or it is considered to be an error. Thx!
This commit completely rewrites the HED integration module to only build most objects when necessary (due to memory issues).
This depends on code in hed-validator that has not yet been released to npm, and thus it currently does not build. Please test using the
modify-bids-interface
branch of hed-validator andnpm link
.