You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
ofraw.info["helium_info"]
is set toNone
) still breaks the following line of verification for file saving:mne-python/mne/utils/numerics.py
Line 995 in dedb392
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!
The text was updated successfully, but these errors were encountered: