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
In the case where there's a validation error (e.g. openff.qcsubmit.exceptions.DatasetInputError: The datasets have errors please see report for details), it would be very helpful to pass through or print any errors that were raised to aid debugging.
Currently it just changes a field in the report to a cross.
IMO the easiest way to do this is probably in try... except Exception as e to print the e.
The text was updated successfully, but these errors were encountered:
In the case where there's a validation error (e.g.
openff.qcsubmit.exceptions.DatasetInputError: The datasets have errors please see report for details
), it would be very helpful to pass through or print any errors that were raised to aid debugging.Currently it just changes a field in the report to a cross.
IMO the easiest way to do this is probably in
try... except Exception as e
to print thee
.The text was updated successfully, but these errors were encountered: