From ce4213709ea3ca93517c24436c821dd5606cbdab Mon Sep 17 00:00:00 2001 From: David Stansby Date: Mon, 16 Sep 2024 16:21:10 +0100 Subject: [PATCH] Add finished message --- rebin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rebin.py b/rebin.py index e7e2b35..6933c6e 100644 --- a/rebin.py +++ b/rebin.py @@ -176,6 +176,7 @@ def make_jp2k(path: Path) -> glymur.Jp2k: logging.info("Running computation!") joblib.Parallel(n_jobs=num_workers, verbose=10)(delayed_slab_saves) + logging.info("Done!") return output_directory