Skip to content

Commit

Permalink
Update module docstring for script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Oct 17, 2023
1 parent 59ae669 commit 1273621
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/examples/101723-perf-metrics-comparison.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
instead of the native Xarray serial grouping logic for temporal averaging APIs
that use Xarray's groupby() under the hood (e.g., `group_average()`,
`climatology()`, and `departures()`)
TODO: Record runtimes for temporal averaging APIs. Only spatial averaging
is being recorded.
"""
from __future__ import annotations

Expand Down Expand Up @@ -304,5 +307,3 @@ def plot_metrics(df_serial, df_parallel):

if __name__ == "__main__":
get_runtimes()

# %%

0 comments on commit 1273621

Please sign in to comment.