Skip to content

Commit 448cd3c

Browse files
committed
Removed debug print
1 parent d25e950 commit 448cd3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/Relax.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ def vc_relax(self, target_press = 0, static_bulk_modulus = 100,
591591
# Generate the ensemble
592592
self.minim.ensemble.dyn_0 = self.minim.dyn.Copy()
593593
if pop != start_pop or not restart_from_ens:
594-
print("POP:", pop, "START_POP:", start_pop)
595-
print("RESTART_FROM_ENS:", restart_from_ens)
594+
#print("POP:", pop, "START_POP:", start_pop)
595+
#print("RESTART_FROM_ENS:", restart_from_ens)
596596
self.minim.ensemble.generate(self.N_configs, sobol=sobol, sobol_scramble = sobol_scramble, sobol_scatter = sobol_scatter)
597597

598598
# Save also the generation

0 commit comments

Comments
 (0)