Hi everyone,
I’m looking into using the python version of the bids validator ( GitHub - bids-standard/python-validator ). From what I see, it only allows checking the validity file by file (by using the is_bids method). Am I correct or did I miss something that allows testing the validity of a full dataset (with the top-level directory as input)?
For info, my general aim here is to use the python bids-validator after some python tools that we develop to generate bids datasets, in order to validate the dataset that will have been generated (and ultimately to insert it in a CI pipeline)
Thanks,
Sylvain