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
Changes from pandas 1.1.5 to 1.2.0 (released yesterday) caused the nightly CI workflow to fail; in particular test_timeseries.py::test_get[*-wide], as below. Investigate and fix.
As well, pandas 1.2.0 supports only Python 3.7.1 or later, whereas pandas ≥ 1.0.0 and < 1.2.0 supports Python 3.6.1. Consequently, this test failure doesn't appear on CI workflows using Python 3.6; only those using Python ≥ 3.7. We can probably continue to support Python 3.6 / pandas < 1.2.0 until we are forced to make changes for newer pandas that happen to break support for this older combination.
Changes from pandas 1.1.5 to 1.2.0 (released yesterday) caused the nightly CI workflow to fail; in particular
test_timeseries.py::test_get[*-wide]
, as below. Investigate and fix.As well, pandas 1.2.0 supports only Python 3.7.1 or later, whereas pandas ≥ 1.0.0 and < 1.2.0 supports Python 3.6.1. Consequently, this test failure doesn't appear on CI workflows using Python 3.6; only those using Python ≥ 3.7. We can probably continue to support Python 3.6 / pandas < 1.2.0 until we are forced to make changes for newer pandas that happen to break support for this older combination.
https://github.com/iiasa/ixmp/runs/1613037680?check_suite_focus=true#step:14:541
The text was updated successfully, but these errors were encountered: