diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-19 01:49:52 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-19 01:49:52 +0100 |
| commit | 0ae9ba82c7c717dcbf8e88e69f549bd998473182 (patch) | |
| tree | e61c58ce190f383295f08073a6445f84241bccab /cli/app | |
| parent | be1740ca2591ed5e29ddfe5cd7293d71c607ac01 (diff) | |
parameter smoothing
Diffstat (limited to 'cli/app')
| -rw-r--r-- | cli/app/search/live.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/app/search/live.py b/cli/app/search/live.py index 2dc3a09..35fef19 100644 --- a/cli/app/search/live.py +++ b/cli/app/search/live.py @@ -445,6 +445,7 @@ class Listener: print("Building interpolator...") interpolator.build() self.rpc_client.send_status('processing', True) + self.on_get() tag = "biggan_" + timestamp() # path_out = os.path.join(app_cfg.DIR_RESULTS, tag) # os.makedirs(path_out, exist_ok=True) |
