mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
typo
This commit is contained in:
parent
131c0a0a5b
commit
5666c5a0d9
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ def run(args):
|
||||||
i_file = 0
|
i_file = 0
|
||||||
handle.close()
|
handle.close()
|
||||||
logger.info(f"PROGRESS:file {files_done}")
|
logger.info(f"PROGRESS:file {files_done}")
|
||||||
handle = handle_open_modeset(filepath_output.replace("+d", str(files_done+1)), write_mode, hand_mode=output_mode)
|
handle = handle_open_modeset(filepath_output.replace("+d", str(files_done+1)), write_mode, handle_mode=output_mode)
|
||||||
|
|
||||||
if output_mode == MODE_JSONL:
|
if output_mode == MODE_JSONL:
|
||||||
handle.write(json.dumps(step_rainfall.numpy().tolist(), separators=(',', ':'))+"\n") # Ref https://stackoverflow.com/a/64710892/1460422
|
handle.write(json.dumps(step_rainfall.numpy().tolist(), separators=(',', ':'))+"\n") # Ref https://stackoverflow.com/a/64710892/1460422
|
||||||
|
|
Loading…
Reference in a new issue