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
When parsing VASP directories using `parse_vasp_dir`, a FutureWarning appears:
`FutureWarning: We strongly discourage using a default `mode`, it would be set to `r` now but would not be allowed after 2025-06-01`
Suggested fix:
Add explicit `mode='rt'` parameter to `zopen()` call in vasp_utils.py
0 commit comments