bids-validator icon indicating copy to clipboard operation
bids-validator copied to clipboard

Unclear which file in "You should define 'HEDVersion' for this file."

Open yarikoptic opened this issue 1 year ago • 2 comments
trafficstars

> datalad containers-run -n bids-validator $PWD

        8: [WARN] You should define 'HEDVersion' for this file. If you don't provide this information, the HED validation will use the latest version available. (code: 109 - HED_VERSION_NOT_DEFINED)

        Please visit https://neurostars.org/search?q=HED_VERSION_NOT_DEFINED for existing conversations about this issue.

whenever we have

(deno) yoh@typhon:/mnt/DATA/data/yoh/1076_spacetop$ grep HEDVersion dataset_description.json
  "HEDVersion": "8.2.0",

(deno) yoh@typhon:/mnt/DATA/data/yoh/1076_spacetop$ grep bids-vali .datalad/config 
[datalad "containers.bids-validator"]
        image = code/containers/images/bids/bids-validator--1.14.11.sing

so we have HEDVersion in dataset_description.json but there is still that Warning and not clear which file it is actually talking about

yarikoptic avatar Sep 04 '24 16:09 yarikoptic