Skip to content

Commit

Permalink
better summary in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjwilson committed Jun 13, 2024
1 parent ad3f398 commit 08e343f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ecoval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def compare(model_dict=None):
def validate(title="Automated model evaluation", author=None, variables = "all", r_warnings = False, build = "html", model = None):
# docstring
"""
This function will run the model evaluation for all of the available datasets.
Run the model evaluation for all of the available datasets, and generate a validation report.
Parameters
----------
Expand Down Expand Up @@ -998,7 +998,7 @@ def make_header_bold(x):

def rebuild(build = None):
"""
This function will rebuild the book.
Rebuild the validation report after modifying notebooks.
Use this if you have modified the notebooks generated and want to create a validation report.
Parameters
Expand Down
3 changes: 2 additions & 1 deletion ecoval/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ def is_int(s):

def matchup_starting_point(ff, val_dir = None):
"""
A function to create a string that can be used to call ecoval.matchup.
Create a ecoval.matchup call based on the available validation data.
This function will identify the domain based on the model grid, identify available data, and then generate a maximal call to ecoval.matchup that can be stripped down to your needs.
Parameters
----------
Expand Down

0 comments on commit 08e343f

Please sign in to comment.