diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-08 23:37:40 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-08 23:37:40 +0200 |
| commit | 18472645a7879baf00332a7ee5be8c4338bb8d21 (patch) | |
| tree | fc3f57803f605e4942aac010a0f7c528d0d0386c /animism-align/cli/commands | |
| parent | f7cf600fe1abc92ddccdbadf30315d6f9785994f (diff) | |
adding annotations of type video
Diffstat (limited to 'animism-align/cli/commands')
| -rw-r--r-- | animism-align/cli/commands/peaks/parse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/cli/commands/peaks/parse.py b/animism-align/cli/commands/peaks/parse.py index 117ecfd..b6a9f82 100644 --- a/animism-align/cli/commands/peaks/parse.py +++ b/animism-align/cli/commands/peaks/parse.py @@ -34,5 +34,5 @@ def cli(ctx, fp_in): peaks[i] = float('%.3f' % peak) # peaks[i * 2 + 1] = float('%.3f' % slice.max()) - with open(os.path.join(app_cfg.DIR_DATA_STORE, 'peaks.json'), 'w') as fp_out: + with open(os.path.join(app_cfg.DIR_DATA_STORE, 'peaks/peaks.json'), 'w') as fp_out: json.dump(peaks.tolist(), fp_out, separators=(',', ':')) |
