Skip to content

Commit fc18a97

Browse files
committed
Removing some annoying error
1 parent e1f30c7 commit fc18a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/SchaMinimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def __init__(self, ensemble = None, root_representation = "normal",
200200
self.use_spglib = False
201201

202202
# If True, enforce the symmetrization and the sum rule after each step
203-
self.enforce_sum_rule = False
203+
self.enforce_sum_rule = True
204204

205205

206206
# Setup the statistical threshold

0 commit comments

Comments
 (0)