We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9830b1e commit 20e1d17Copy full SHA for 20e1d17
pymatgen/io/validation/check_incar.py
@@ -864,7 +864,7 @@ def _check_parameter(
864
865
if not valid_value:
866
error_list.append(
867
- f"INPUT SETTINGS --> {input_tag}: equal to {current_value}, but should be "
+ f"INPUT SETTINGS --> {input_tag}: is {current_value}, but should be "
868
f"{operation} {reference_value}. {append_comments}"
869
)
870
0 commit comments