implemented fabric only eco4 path

This commit is contained in:
Khalim Conn-Kowlessar 2025-08-13 11:27:25 +01:00
parent 27f3f136c4
commit a5cd20c681

View file

@ -819,6 +819,7 @@ def optimise_with_funding_paths(input_measures, budget=None, target_gain=None, s
"path": path_spec,
}
)
continue
# 1) expand fixed selections for this path
fixed_selections = expand_funding_path(input_measures, path_spec) if path_spec else [[]]