Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Nov 20, 2024
1 parent f180b91 commit 3def3a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions podaac/forge_py/forge.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def find_common_group_and_variables(lon_var, lat_var):
GroupMismatchError: If the groups for lon_var and lat_var are different.
Args:
lon_var (str): Full path of the longitude variable (e.g., "/group1/group2/lon").
lat_var (str): Full path of the latitude variable (e.g., "/group1/group2/lat").
lon_var (str): Full path of the longitude variable (e.g., "group1/group2/lon").
lat_var (str): Full path of the latitude variable (e.g., "group1/group2/lat").
Returns:
tuple: (common_group, lon_variable_name, lat_variable_name)
Expand Down

0 comments on commit 3def3a0

Please sign in to comment.