Skip to content

Commit 01ba79f

Browse files
Update climada/util/calibrate/ensemble.py
Co-authored-by: Emanuel Schmid <[email protected]>
1 parent e3da3ec commit 01ba79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

climada/util/calibrate/ensemble.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def sample_weights(weights: pd.DataFrame, sample: list[tuple[int, int]]):
8080
Return an updated DataFrame containing the appropriate weights for a sample.
8181
8282
Weights that are not in ``sample`` are set to zero, whereas weights that are sampled
83-
multiple times will effectively multiplied by their occurrence in ``sample``.
83+
multiple times are effectively multiplied by their occurrence in ``sample``.
8484
8585
Parameters
8686
----------

0 commit comments

Comments
 (0)