KamitaniLab / bdpy

Python package for brain decoding analysis (BrainDecoderToolbox2 data format, machine learning analysis, functional MRI)
MIT License
33 stars 22 forks source link

[fix] uset 'fullmatch' instead of 'match' in __metadata_key_to_bool_vector() #14

Closed ShuntaroAoki closed 3 years ago

ShuntaroAoki commented 3 years ago

Acutally use match(key + '$', k) for Python 2 compatibility.