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
The read_lhe type of functions and others, which parse the XML, do not all catch parsing errors.
We should discuss if parsing errors should raise errors or be dealt with smoothly, as now, with print statements. Any modification to the way these errors are dealt with should be done homogeneously across the various methods.
Tests should be added to cover the lines dealing with these parsing errors. That will require a special LHE file, if not several.
The text was updated successfully, but these errors were encountered:
Following up from #141 (comment):
The
read_lhe
type of functions and others, which parse the XML, do not all catch parsing errors.The text was updated successfully, but these errors were encountered: