-
Notifications
You must be signed in to change notification settings - Fork 927
Open
Labels
Description
Python version
Python 3.12.11
Pymatgen version
master
Operating system version
Gentoo
Current behavior
Pymatgen never ends parsing the attached OUTCAR.
Expected Behavior
Parsing finishes. Maybe throws an error. Not hangs.
Minimal example
from pymatgen.io.vasp.outputs import Outcar
o=Outcar('OUTCAR')Relevant files to reproduce this bug
No response
Andrew-S-Rosen