You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address pandas FutureWarnings in test suite (#1900)
* Cahnged expected reference in test_detect_clearskY_window to 1 from True to avoid Futurewarning
* Change reference to etr in ibird function to avoid FutureWarning
* In test_modelchain, update all instances when referring to series by position to using iloc to get rid of FutureWarning
* Update to iloc method for referencing by position in test_irradiance to get rid of FutureWarning
* In test_singlediode change applymap to map to get rid of FutureWarning
* Test_srml update to select using iloc to get rid of FutureWarning
* Substitute changing to float64 dtype using map with base functionality that's accessible across Pandas versions
* Added username to Contributors
* Update line break in test_clearsky to adhere to line length limit
0 commit comments