Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cehbrecht committed Nov 8, 2023
1 parent f6b4a9e commit 7b57f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rook/utils/weighted_average_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def calc_weighted_mean(ds):

class WeightedAverage_(ClisopsAverage):
def _get_file_namer(self):
extra = f"_w-avg"
extra = "_w-avg"

namer = get_file_namer(self._file_namer)(extra=extra)

Expand Down

0 comments on commit 7b57f0f

Please sign in to comment.