fix minor

main
Cizz22 1 week ago
parent be44837cc3
commit a09a357c4f

@ -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)

Loading…
Cancel
Save