# HG changeset patch # User luca_milaz # Date 1719956508 0 # Node ID d8810d01c805459a13e2ed386550a6c270547f14 # Parent d9279825edbe3c394e1bc112a43560b35bea2b48 Uploaded diff -r d9279825edbe -r d8810d01c805 marea_2_0/flux_sampling.py --- a/marea_2_0/flux_sampling.py Tue Jul 02 21:38:45 2024 +0000 +++ b/marea_2_0/flux_sampling.py Tue Jul 02 21:41:48 2024 +0000 @@ -190,11 +190,15 @@ if not os.path.exists('flux_sampling'): os.makedirs('flux_sampling') + global ARGS ARGS = process_args(sys.argv) ARGS.output_folder = 'flux_sampling' + utils.logWarning( + ARGS.input[0], + ARGS.out_log) # load custom model