-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[BUG] Saving anonymized helium info still produces error #13055
Copy link
Copy link
Closed
Description
My previous issue #12963 was successfully resolved with changes to the HeliumInfo data type checking, but it seems like attempting to save an anonymized file (the meas_date of raw.info["helium_info"] is set to None) still breaks the following line of verification for file saving:
mne-python/mne/utils/numerics.py
Line 995 in dedb392
| def _check_dt(dt): |
The check function doesn't account for a None measurement date and breaks the save operation, sometimes breaking the saved data entirely.
Thanks for taking a look!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels