From a4d8af2573452ee5bda6ad9ce405aded23736b9e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 5 Jun 2014 03:47:43 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/solar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/solar.py b/src/solar.py index 028330c..ef74c08 100644 --- a/src/solar.py +++ b/src/solar.py @@ -515,7 +515,7 @@ def past_equinox(t = None): # TODO document def future_past_solstice(delta, t = None): - e = 0.0001 + e = 0.00001 fun = lambda t : (solar_declination(t - e) - solar_declination(t + e)) / 2 return solar_prediction(delta, 0, fun, t = t) -- cgit v1.2.3-70-g09d2