actually integrate

This commit is contained in:
Valentin Boettcher 2022-07-25 11:08:35 +02:00
parent 49b096b075
commit dfbdcdd602
2 changed files with 2 additions and 2 deletions

View file

@ -118,8 +118,8 @@
data_path="ho_data",
data_name="zero_t",
)
#supervisor.integrate()
print(supervisor.get_data(True).hdf5_name)
supervisor.integrate()
supervisors.append(supervisor)
#+end_src

View file

@ -90,8 +90,8 @@ for params in multi_params:
data_path="ho_data",
data_name="zero_t",
)
#supervisor.integrate()
print(supervisor.get_data(True).hdf5_name)
supervisor.integrate()
supervisors.append(supervisor)
from hopsflow import hopsflow