Skip to content

Commit d00568e

Browse files
authored
Merge pull request #236 from knutfrode/dev
Updated docstring with slightly changed skillscore due to extrapolati…
2 parents 3cbe3c4 + 9c2020c commit d00568e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trajan/traj/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1205,7 +1205,7 @@ def skill(self, expected, method='liu-weissberg', **kwargs) -> Dataset:
12051205
12061206
>>> skill
12071207
<xarray.DataArray 'Skillscore' (trajectory: 2)> Size: 16B
1208-
array([1. , 0.60805799])
1208+
array([1. , 0.60902624])
12091209
Coordinates:
12101210
* trajectory (trajectory) int64 16B 0 1
12111211
Attributes:

0 commit comments

Comments
 (0)