Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Jul 15, 2024
1 parent 8baea26 commit 947c344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaerocom/stats/mda8/mda8.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def _calc_mda8(data: xr.DataArray) -> xr.DataArray:
in the input dataarray to ensure that the ts does not expand.
"""
mda8 = _daily_max(_rolling_average_8hr(data))
# mda8 = mda8[:, 1:, :]

mda8.attrs["ts_type"] = "daily"

# Ensure time dimension represents the midpoint of the interval.
Expand Down

0 comments on commit 947c344

Please sign in to comment.