Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_orientation(self, solar_zenith, solar_azimuth):
# %%
# Let's take a look at the tracker rotation curve it produces:

times = pd.date_range('2019-06-01', '2019-06-02', freq='1min', tz='US/Eastern')
times = pd.date_range('2019-06-01', '2019-06-02', freq='1min', tz='America/New_York')
loc = location.Location(40, -80)
solpos = loc.get_solarposition(times)
mount = DiscontinuousTrackerMount(axis_azimuth=180, gcr=0.4)
Expand Down
1 change: 1 addition & 0 deletions docs/sphinx/source/whatsnew/v0.15.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Enhancements

Documentation
~~~~~~~~~~~~~
* Replaced deprecated ``US/Eastern`` timezone alias with ``America/New_York`` in the discontinuous tracking example. :pull:``2798`` (:ghuser:``dgowdaan-cmyk``)
* Fix broken link in GitHub Contributing tab. (:issue:`2628`, :pull:`2806`)
* Fixed broken ``interval`` keyword argument in the ``oedi_9068`` gallery
example; the correct parameter name is ``time_step``. (:issue:`2791`)
Expand Down