mirror of
https://github.com/vale981/master-thesis
synced 2025-03-05 10:01:43 -05:00
actually integrate
This commit is contained in:
parent
49b096b075
commit
dfbdcdd602
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue