Skip to content

Commit 92e1c1d

Browse files
authored
added one extra comment for Aaron Kaplan
1 parent b5440ed commit 92e1c1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pymatgen/io/validation/check_incar.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,8 @@ def check_parameter(
719719
current_values = [current_values]
720720
reference_values = [reference_values]
721721

722-
if not all(operation in self.operations for operation in operations): # MK: unclear
722+
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?
723724
# Do not validate
724725
return
725726

0 commit comments

Comments
 (0)