# HG changeset patch # User luca_milaz # Date 1720007280 0 # Node ID 39d01804219c90fc49f6ba328f5653cd427f2ccc # Parent 9fa2a27f341c71dcc7879107e3d225998b74e32a Uploaded diff -r 9fa2a27f341c -r 39d01804219c marea_2_0/flux_sampling.py --- a/marea_2_0/flux_sampling.py Wed Jul 03 11:45:17 2024 +0000 +++ b/marea_2_0/flux_sampling.py Wed Jul 03 11:48:00 2024 +0000 @@ -211,8 +211,8 @@ # load custom model #model1 = load_custom_model(utils.FilePath.fromStrPath(ARGS.inputs), "xml") - #model = load_custom_model( - #utils.FilePath.fromStrPath(ARGS.inputs), utils.FilePath.fromStrPath(ARGS.name).ext) + model = load_custom_model( + utils.FilePath.fromStrPath(ARGS.input), utils.FilePath.fromStrPath(ARGS.name).ext)