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
376 stars 125 forks source link

Fixed a mistake in get_refraction_correction #76

Closed fsteinmetz closed 6 years ago

fsteinmetz commented 6 years ago

Improper vectorization implementation in numpy mode. The "all" function is actually useless.