Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: fix minor error in docstring.
  • Loading branch information
Humboldt-Penguin committed Aug 25, 2025
commit 91efc4b7ab1d50875123eca4b4e057233c4df39a
4 changes: 2 additions & 2 deletions pyshtools/datasets/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def _choose_sh_model(
fpath : str
Path to an existing or downloaded file.
target_lmax : int
The max degree of the selected model (not necessarily the same as
`user_lmax`).
The degree up to which to evaluate the model. This is typically the
same as `user_lmax`, see parameter description for details.

Raises
------
Expand Down