Closed Peyman-N closed 5 months ago
The collection doesn't contain any File nodes. I guess that hasn't been implemented yet?
The testing approach using
detect_type
, etc. is fine for now, but it would be better in the medium term to add__eq__
methods to Node and Collection in openMINDS, then the test could just beassert referenceCollection == generatedCollection
Completely agreed, I think this is seems necessary. I would try to tackle it after the first release of bids2openminds.
Adding thorough testing based on a curation of a example BIDS dataset.