comment print statement

it confuses the reader of the analysis notebook, as it looks like an output
This commit is contained in:
Markus 2019-02-12 14:19:47 -02:00
parent 36512142fb
commit 011e322706
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class Executor:
config_proc = Processor()
create_tensor_field = TensorFieldReport(config_proc).create_tensor_field
print(self.exec_context+": "+str(self.configs))
#print(self.exec_context+": "+str(self.configs))
states_lists, Ts, Ns, eps, configs_structs, env_processes_list, mechanisms, simulation_execs = \
[], [], [], [], [], [], [], []
config_idx = 0