Skip to content

Commit

Permalink
docs: single EOF scores default parameter normalized: False
Browse files Browse the repository at this point in the history
  • Loading branch information
arfriedman committed Jan 27, 2025
1 parent 1106302 commit 1d29f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xeofs/single/eof.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def scores(self, normalized: bool = False) -> DataArray:
Parameters
----------
normalized : bool, default=True
normalized : bool, default=False
Whether to normalize the scores by the L2 norm (singular values).
Returns
Expand Down

0 comments on commit 1d29f64

Please sign in to comment.