Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Nov 8, 2023
1 parent 6da0762 commit 46a8b3f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions rook/utils/average_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,3 @@ def run_average_by_dim(args):

result = average_over_dims(**args)
return result.file_uris


# def run_weighted_average(args):
# from daops.ops.average import average_over_dims

# args["apply_fixes"] = False
# args["dims"] = ["latitude", "longitude"]

# result = average_over_dims(**args)
# return result.file_uris

0 comments on commit 46a8b3f

Please sign in to comment.