Skip to content

Commit 909a6bb

Browse files
Print population number on relax to test Sobol
1 parent bf076d5 commit 909a6bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/Relax.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ def relax(self, restart_from_ens = False, get_stress = False,
373373

374374

375375
self.start_pop = pop
376+
print('Population = ',pop) #**** Diegom_test ****
376377
return self.minim.is_converged()
377378

378379

0 commit comments

Comments
 (0)