# HG changeset patch # User luca_milaz # Date 1719960093 0 # Node ID c2f20844b3e3b8e01464c22d307182d4d7e3b79a # Parent bf33e2cd2a0d2584b7302ee25a4dd8ee1feffe0c Uploaded diff -r bf33e2cd2a0d -r c2f20844b3e3 marea_2_0/flux_sampling.py --- a/marea_2_0/flux_sampling.py Tue Jul 02 22:39:07 2024 +0000 +++ b/marea_2_0/flux_sampling.py Tue Jul 02 22:41:33 2024 +0000 @@ -200,7 +200,7 @@ # load custom model - model1 = load_custom_model(utils.FilePath.fromStrPath(ARGS.inputs.split(",")[0]), "xml") + model1 = load_custom_model(utils.FilePath.fromStrPath(ARGS.inputs), "xml")