LaurentLM
LaurentLM
#### Reference issue Fixes #13252. #### What does this implement/fix? Allows user to set `proj_id`and `proj_name` through direct dict access. Ensures that `proj_id` is either an integer or None. Ensures...
#### Reference issue Fixes #13279. #### What does this implement/fix? Converts pd.Timestamp subject birthday input to datetime.date `pandas.Timestamp` were allowed into `info['subject_info']['birthday']` because they _can_ be cast into a `datetime.date`....
### Description of the problem Birthday can be set as a `pd.Timestamp` object but will throw an error when saving to FIFF. ### Steps to reproduce ```Python import mne import...
Hello, I am trying to make use of the `proj_id` and `proj_name` fields from the info structure. It seems those are protected fields and cannot be set by directly writing...
Hi Terje, Thanks for this wonderful piece of software. It's really a great tool. I spotted a few of "issues" (or things I cant make sense of). Tested on ioSender...