pvlib / twoaxistracking

twoaxistracking is a python package for simulating two-axis tracking solar collectors, particularly self-shading.
https://twoaxistracking.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Change TwoAxisTrackerField to TrackerField #23

Closed AdamRJensen closed 2 years ago

AdamRJensen commented 2 years ago

@kanderso-nrel pointed out that it was a bit redundant to call the class TwoAxisTrackerField when the entire package only deals with two-axis trackers and it is in the package name. Therefore, this PR renamed the class to TrackerField.