Mercurial > repos > bimib > marea_2_0
changeset 240:166ed738733a draft
Uploaded
author | luca_milaz |
---|---|
date | Mon, 08 Jul 2024 13:14:36 +0000 |
parents | 9a87c5ebc1d8 |
children | a13119ab20d3 |
files | marea_2_0/model_generator.py |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2_0/model_generator.py Mon Jul 08 13:13:01 2024 +0000 +++ b/marea_2_0/model_generator.py Mon Jul 08 13:14:36 2024 +0000 @@ -112,13 +112,9 @@ model_type :utils.Model = ARGS.model_selector if model_type is utils.Model.Custom: - model = model_type.getCOBRAmodel(utils.FilePath.fromStrPath(ARGS.model_name), utils.FilePath.fromStrPath(ARGS.model_name).ext) + model = model_type.getCOBRAmodel(customPath = utils.FilePath.fromStrPath(ARGS.model_name), customExtension = utils.FilePath.fromStrPath(ARGS.model_name).ext) else: model = model_type.getCOBRAmodel() - utils.logWarning( - model.show(), - ARGS.out_log) - '''for index, row in ras.iterrows(): #iterate over cells RAS generate_model(index, row, medium.loc[index])'''