MoonRaker / pvlib-python

A set of documented functions for simulating the performance of photovoltaic energy systems.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

NDFD does not work #17

Closed wholmgren closed 8 years ago

wholmgren commented 8 years ago

The following does not work for me

fm = NDFD()
data = fm.get_query_data(latitude, longitude, timerange, a_point)

which also means that the test suite is not where it needs to be, so I'll look at that next...

MoonRaker commented 8 years ago

Hmm, that is odd. It might be a mac/windows issue because I tried it today and it works on my machine.