Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Saving anonymized helium info still produces error #13055

Open
berkgercek opened this issue Jan 10, 2025 · 0 comments · May be fixed by #13056
Open

[BUG] Saving anonymized helium info still produces error #13055

berkgercek opened this issue Jan 10, 2025 · 0 comments · May be fixed by #13056

Comments

@berkgercek
Copy link

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:

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!

@larsoner larsoner linked a pull request Jan 10, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant