Mercurial > repos > bimib > cobraxy
changeset 352:14be2a1071c7 draft
Uploaded
author | francesco_lapi |
---|---|
date | Thu, 04 Sep 2025 22:54:57 +0000 |
parents | ffb2cfe8ec2e |
children | d13b39f183a5 |
files | COBRAxy/custom_data_generator.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/COBRAxy/custom_data_generator.py Thu Sep 04 22:52:03 2025 +0000 +++ b/COBRAxy/custom_data_generator.py Thu Sep 04 22:54:57 2025 +0000 @@ -217,7 +217,7 @@ # Load built-in model (Model.getCOBRAmodel uses tool_dir to locate local models) try: - model = model_enum.getCOBRAmodel(toolDir='.') + model = model_enum.getCOBRAmodel() except Exception as e: # Wrap/normalize load errors as DataErr for consistency raise utils.DataErr(ARGS.model, f"failed loading built-in model: {e}")