Skip to content

Commit

Permalink
update potcar validation error message
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkuner committed Dec 6, 2023
1 parent f2d3311 commit c1a5fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/io/validation/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def _check_potcars(
print(e)
# Assume it is an old calculation without potcar_spec data and treat it as failing the POTCAR check
reasons.append(
"Old version of Emmet --> potcar_spec is not saved in TaskDoc and cannot be validated. Hence, it is marked as invalid"
"Issue validating POTCARS --> Likely due to an old version of Emmet (wherein potcar summary_stats is not saved in TaskDoc), though other errors have been seen. Hence, it is marked as invalid"
)


Expand Down

0 comments on commit c1a5fc3

Please sign in to comment.