Skip to content

Commit c8e1ddb

Browse files
committed
temp comment out
1 parent 0202bc9 commit c8e1ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymatnext/ns.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ def init_configs(self, params_configs, configs_file=None, extra=False):
203203
self.local_configs = []
204204
if self.comm.rank == 0:
205205
for config_i, new_config in enumerate(new_configs_generator()):
206-
if config_i == 0:
207-
first_config = new_config
206+
#NB if config_i == 0:
207+
#NB first_config = new_config
208208
if config_i >= self.n_configs_global:
209209
raise RuntimeError(f"Got too many configs (expected {self.n_configs_global}) from new config generator {new_configs_generator}")
210210

0 commit comments

Comments
 (0)