mindaffect / pymindaffectBCI

Python SDK for high performance on-line Brain Computer Interface development.
https://mindaffect.nl
Other
63 stars 27 forks source link

clsfr_args defaulted to None #40

Closed rohit-vijayakumar closed 3 years ago

rohit-vijayakumar commented 3 years ago

clsfr_args = dict() is an empty dictionary that evaluates to a Boolean False (empty dictionary is not None).