Skip to content

Commit

Permalink
removed artefact from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
huard committed Apr 11, 2024
1 parent 79abab7 commit 8a767e4
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 @@ -18,13 +18,3 @@ def run_average_by_shape(args):

result = average_shape(**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 8a767e4

Please sign in to comment.