changeset 351:ffb2cfe8ec2e draft

Uploaded
author francesco_lapi
date Thu, 04 Sep 2025 22:52:03 +0000
parents 6f1065c00211
children 14be2a1071c7
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:49:01 2025 +0000
+++ b/COBRAxy/custom_data_generator.py	Thu Sep 04 22:52:03 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='../../COBRAxy')
+            model = model_enum.getCOBRAmodel(toolDir='.')
         except Exception as e:
             # Wrap/normalize load errors as DataErr for consistency
             raise utils.DataErr(ARGS.model, f"failed loading built-in model: {e}")