Skip to content

Commit

Permalink
Merge c41be2d into 5a7996a
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-schmitt committed Jul 18, 2023
2 parents 5a7996a + c41be2d commit cfa2d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oggm/shop/its_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def compile_itslive_statistics(gdirs, filesuffix='', path=True):
if path:
if path is True:
out.to_csv(os.path.join(cfg.PATHS['working_dir'],
('millan_statistics' +
('its_live_statistics' +
filesuffix + '.csv')))
else:
out.to_csv(path)
Expand Down
2 changes: 1 addition & 1 deletion oggm/shop/millan22.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def thickness_to_gdir(gdir, add_error=False):

@utils.entity_task(log, writes=['gridded_data'])
def velocity_to_gdir(gdir, add_error=False):
"""Add the Millan 22 thickness data to this glacier directory.
"""Add the Millan 22 velocity data to this glacier directory.
Parameters
----------
Expand Down

0 comments on commit cfa2d02

Please sign in to comment.