@ -292,7 +292,7 @@ def get_asset_batch(location_tags: List[str], nr_location_tags: List[str],
def get_distribution(item):
name = item["distribution"]
name = item.get("distribution", None)
# Map distribution names to the expected format
if name == "Weibull-2P":
beta = item["parameters"].get("beta", 0)