Skip to content

Commit

Permalink
better docstring for matchup_starting_point
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjwilson committed Jun 13, 2024
1 parent 9d54f67 commit ad3f398
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ecoval/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ 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.
Parameters
----------
ff : str
Path to the netcdf file
val_dir : str
Path to the validation data directory
Path to the validation data directory. This only needs to be used outside Plymouth Marine Laboratory.
Returns
-------
str
Expand Down

0 comments on commit ad3f398

Please sign in to comment.