Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
pingswept committed Apr 19, 2015
1 parent ecd8fae commit b864472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testsolar.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_get_apparent_sun_longitude(self):
# self.assertAlmostEqual(204.0085537528, self.apparent_sun_longitude, 10) # value from Reda and Andreas (2005)
self.assertAlmostEqual(204.0085537528, self.apparent_sun_longitude, 4) # above fails with more accurate Julian Ephemeris correction

def test_get_apparent_sidreal_time(self):
def test_get_apparent_sidereal_time(self):
self.assertAlmostEqual(318.5119, self.apparent_sidereal_time, 2) # value derived from Reda and Andreas (2005)

def test_get_geocentric_sun_right_ascension(self):
Expand Down

0 comments on commit b864472

Please sign in to comment.