Skip to content

Commit bfd2849

Browse files
add tutorial draft
1 parent be1b50b commit bfd2849

2 files changed

Lines changed: 411 additions & 1 deletion

File tree

climada/util/interpolation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def fit_tail_GPD(
492492
frequency_tail = frequency[mask]
493493
if sum(mask) < min_sample_size:
494494
raise ValueError(
495-
f"Not enough data points above the threshold for fitting the {dist}. You can try to "
495+
f"Not enough data points above the threshold for fitting the GPD. You can try to "
496496
f"choose a smaller threshold_percentile={threshold_percentile} or a smaller "
497497
f"min_sample_size={min_sample_size}."
498498
)

0 commit comments

Comments
 (0)