# HG changeset patch # User luca_milaz # Date 1719959604 0 # Node ID 7f9f64446e0573af1c3f9939182f0c434712a514 # Parent 56e3758679bbd6d1689c9fba0cb05dedaecf389f Uploaded diff -r 56e3758679bb -r 7f9f64446e05 marea_2_0/flux_sampling.py --- a/marea_2_0/flux_sampling.py Tue Jul 02 22:30:05 2024 +0000 +++ b/marea_2_0/flux_sampling.py Tue Jul 02 22:33:24 2024 +0000 @@ -195,12 +195,12 @@ utils.logWarning( - utils.FilePath.fromStrPath(ARGS.inputs.split(",")[0]), + utils.FilePath.fromStrPath(ARGS.inputs.split(",")[0], "xml"), ARGS.out_log) # load custom model - model1 = load_custom_model(utils.FilePath.fromStrPath(ARGS.inputs.split(",")[0])) + model1 = load_custom_model(utils.FilePath.fromStrPath(ARGS.inputs.split(",")[0]), "xml")