Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 24, 2024
1 parent b0040aa commit b90baaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kenmerkendewaarden/havengetallen.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def get_moonculm_idxHWLWno(tstart, tstop):
# should be in UTC since that relates to the relation dateline/sun
data_pd_moonculm = astrog_culminations(tFirst=tstart, tLast=tstop)
data_pd_moonculm = data_pd_moonculm.tz_convert("UTC") # convert to UTC (is already)
# data_pd_moonculm = data_pd_moonculm.tz_localize(None) # remove timezone
data_pd_moonculm["datetime"] = data_pd_moonculm.index
# dummy values for TA in hatyan.calc_HWLWnumbering()
data_pd_moonculm["values"] = data_pd_moonculm["type"]
Expand Down

0 comments on commit b90baaf

Please sign in to comment.