We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5440ed commit 92e1c1dCopy full SHA for 92e1c1d
pymatgen/io/validation/check_incar.py
@@ -719,7 +719,8 @@ def check_parameter(
719
current_values = [current_values]
720
reference_values = [reference_values]
721
722
- if not all(operation in self.operations for operation in operations): # MK: unclear
+ if not all(operation in self.operations for operation in operations):
723
+ # MK: is this actually the best way to handle this? Why not raise an error in such cases?
724
# Do not validate
725
return
726
0 commit comments