This commit is contained in:
WQY\qiong
2023-05-08 21:09:05 +08:00
parent 32c47bb2f2
commit 74b667c7ca

View File

@@ -1032,7 +1032,6 @@ def delete_region(name: str, cs: ChangeSet) -> ChangeSet:
# water_distribution 34
############################################################
def calculate_demand_to_nodes(name: str, demand: float, nodes: list[str]) -> dict[str, float]:
return api.calculate_demand_to_nodes(name, demand, nodes)