Skip to content

[BUG] bids_validator.BIDSValidator returns incorrect evaluation of bids-like filenames #7

@bendhouseart

Description

@bendhouseart

This is a real headache.... It seems that if the python version of the bids-validator returns True on some invalid BIDS file names, see:

>>> from bids_validator import BIDSValidator
>>> validator = BIDSValidator()
>>> validator.is_bids('/sub_07/eeg/sub-07_task-matchingpennies_events.tsv')
True
>>>

Sigh... not sure where to go from here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions