Skip to content

Commit ce42137

Browse files
committed
Add finished message
1 parent 0c857ae commit ce42137

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rebin.py

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def make_jp2k(path: Path) -> glymur.Jp2k:
176176

177177
logging.info("Running computation!")
178178
joblib.Parallel(n_jobs=num_workers, verbose=10)(delayed_slab_saves)
179+
logging.info("Done!")
179180
return output_directory
180181

181182

0 commit comments

Comments
 (0)