Skip to content

Commit

Permalink
remove unneeded comment
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkuner authored Oct 24, 2023
1 parent d96b29f commit b1447cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pymatgen/io/validation/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ def _check_potcars(reasons, warnings, calcs_reversed, calc_type, valid_potcar_ha
"""

### TODO: Update potcar checks. Whether using hashing or not!
##################################### TODO: Only create a warning for NSCF / dielectric / DFPT / any other NSCF calc types

try:
potcar_details = calcs_reversed[0]["input"]["potcar_spec"]
Expand Down Expand Up @@ -408,4 +407,4 @@ def _get_calc_type(calcs_reversed, orig_inputs):
params = calcs_reversed[0].get("input", {}).get("parameters", {})
incar = calcs_reversed[0].get("input", {}).get("incar", {})

return calc_type(inputs, {**params, **incar})
return calc_type(inputs, {**params, **incar})

0 comments on commit b1447cf

Please sign in to comment.