mirror of
https://github.com/vale981/master-thesis
synced 2025-03-04 17:41:43 -05:00
fixup the address for the master
This commit is contained in:
parent
16035d16aa
commit
ba148f1ef6
2 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,7 @@ import plot_utils as pu
|
|||
|
||||
import ray
|
||||
ray.shutdown()
|
||||
ray.init(address="auto")
|
||||
ray.init()
|
||||
|
||||
from hops.util.logging_setup import logging_setup
|
||||
import logging
|
||||
|
@ -67,6 +67,8 @@ for ω_c in ωs:
|
|||
|
||||
ω_models.append(final.copy())
|
||||
|
||||
ω_models[5].δ
|
||||
|
||||
aux.integrate_multi(ω_models, 10_000)
|
||||
|
||||
print(es.models_table(ω_models))
|
||||
|
|
|
@ -9,7 +9,7 @@ import plot_utils as pu
|
|||
|
||||
import ray
|
||||
ray.shutdown()
|
||||
ray.init(address="141.30.17.16:6379")
|
||||
ray.init()
|
||||
|
||||
from hops.util.logging_setup import logging_setup
|
||||
import logging
|
||||
|
|
Loading…
Add table
Reference in a new issue