We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b15a3e commit 60431edCopy full SHA for 60431ed
bidscoin/bcoin.py
@@ -418,7 +418,7 @@ def test_bidsmap(bidsmapfile: str):
418
Tests the bidsmaps run-items and their bidsname using BIDScoin's check and the bids-validator
419
420
:param bidsmapfile: The bidsmap or the full path/base name of the bidsmap yaml-file
421
- :return:
+ :return: True if all tested runs in bidsmap were bids-valid, otherwise False
422
"""
423
424
if not bidsmapfile:
0 commit comments