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
Describe the bug
Using the 36-min environment, I get different test results in the iotools tests depending on whether I include test_conftest.py in the test run.
Expected behavior
I expect to be able to run test modules individually and get the same results I'd get by running the entire test suite.
Versions:
pvlib.__version__: master (0.9.1+2.g8d0f863)
pandas.__version__: 0.22.0
python: 3.6.13
Additional context
The failures are mostly about whether dataframe columns and indexes are equal, so it might have something to do with the assert_X_equal definitions in conftest.py? I also mentioned the psm3 failure here: #1374 (review)