diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-08 01:17:08 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-08 01:17:08 +0100 |
| commit | 9f0c0691a4f0c1e54d7216e4596df0ea4b8c7226 (patch) | |
| tree | 22bf26560e2bc29e6d438f85acfbdb074c53843e /cli/app/search/json.py | |
| parent | c00bc938019f660b72fff7f9972f93eb7462d8cf (diff) | |
getting latent search updates working...
Diffstat (limited to 'cli/app/search/json.py')
| -rw-r--r-- | cli/app/search/json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/search/json.py b/cli/app/search/json.py index b47512d..4403353 100644 --- a/cli/app/search/json.py +++ b/cli/app/search/json.py @@ -3,7 +3,7 @@ from app.settings import app_cfg from app.utils.file_utils import write_json from app.search.params import ParamsDict -def make_params_latent(fp_out_dir, tag): +def make_params_latent(tag): return { "tag": tag, "decay_n": 2, |
