File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
docs/sphinx/source/whatsnew Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ def setup(self):
17
17
self .solar_position = solarposition .get_solarposition (self .times ,
18
18
self .lat ,
19
19
self .lon )
20
- self .tracker = tracking .SingleAxisTracker ()
21
20
22
21
def time_singleaxis (self ):
23
22
with np .errstate (invalid = 'ignore' ):
@@ -28,8 +27,3 @@ def time_singleaxis(self):
28
27
max_angle = 60 ,
29
28
backtrack = True ,
30
29
gcr = 0.45 )
31
-
32
- def time_tracker_singleaxis (self ):
33
- with np .errstate (invalid = 'ignore' ):
34
- self .tracker .singleaxis (self .solar_position .apparent_zenith ,
35
- self .solar_position .azimuth )
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Documentation
31
31
32
32
Benchmarking
33
33
~~~~~~~~~~~~~
34
+ * Removed ``time_tracker_singleaxis `` function from tracking.py (:issue: `1508 `, :pull: `1535 `)
34
35
35
36
36
37
Requirements
@@ -43,3 +44,5 @@ Contributors
43
44
* Christian Orner (:ghuser: `chrisorner `)
44
45
* Saurabh Aneja (:ghuser: `spaneja `)
45
46
* Marcus Boumans (:ghuser: `bowie2211 `)
47
+ * Naman Priyadarshi (:ghuser: `Naman-Priyadarshi `)
48
+
You can’t perform that action at this time.
0 commit comments