pingswept / pysolar

Pysolar is a collection of Python libraries for simulating the irradiation of any point on earth by the sun. It includes code for extremely precise ephemeris calculations.
http://pysolar.org
GNU General Public License v3.0
372 stars 125 forks source link

Revert "Fix get_sunrise_sunset_transit() function name in example" #120

Closed pingswept closed 4 years ago

pingswept commented 4 years ago

Reverts pingswept/pysolar#117

This patch breaks the build for Python 3.7, but only for some silly reason. I'll sort this out eventually. The problem is with the build test, not the patch.

pingswept commented 4 years ago

Accch. Reverting the patch where the build first broke didn't fix the build. Something changed about the test for Python 3.7-dev. Will fix later.