Skip to content

Commit 0b8f40d

Browse files
docstrings are my nemesis
1 parent d89d7e0 commit 0b8f40d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymatgen/io/validation/check_incar.py

+2
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,8 @@ def _check_u_params(reasons, incar, parameters, valid_input_set):
701701

702702

703703
class BaseValidator:
704+
"""Lightweight validator class to handle majority of parameter checking."""
705+
704706
input_tag_translation = {"ENMAX": "ENCUT"}
705707

706708
operations = {

0 commit comments

Comments
 (0)