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 30, 2024
1 parent 0a22c83 commit 5ca9d52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyaerocom/time_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@
"h": pd.Timedelta(30, "m"),
}


# PANDAS_RESAMPLE_OFFSETS = {"YS": pd.Timestamp("181D"), "MS": pd.Timestamp("14D"), "D": pd.Timestamp("12h"), "h": pd.Timestamp("30min")}

PANDAS_FREQ_TO_TS_TYPE = {v: k for k, v in TS_TYPE_TO_PANDAS_FREQ.items()}

# frequency strings
Expand Down

0 comments on commit 5ca9d52

Please sign in to comment.