Skip to content

Commit

Permalink
Fix docstring of 'check_dataset' function. (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo authored Jun 14, 2022
1 parent cd84cf2 commit 2b5f46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,7 @@ Within Python, the module can be used like this :
A list of error codes to ignore.
max_data_mb : float, default 200.0
A rough size threshold (in Mb), beyond which we will skip data checks.
Default is 0 = no data checks.
Can also set to -1 for "no limit".
Set to 0 for no checking, or -1 for no size limit.
Returns
-------
Expand Down
3 changes: 1 addition & 2 deletions lib/ugrid_checks/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -1988,8 +1988,7 @@ def check_dataset(
A list of error codes to ignore.
max_data_mb : float, default 200.0
A rough size threshold (in Mb), beyond which we will skip data checks.
Default is 0 = no data checks.
Can also set to -1 for "no limit".
Set to 0 for no checking, or -1 for no size limit.
Returns
-------
Expand Down

0 comments on commit 2b5f46a

Please sign in to comment.