-
Notifications
You must be signed in to change notification settings - Fork 149
Closed
Labels
Description
The following two tests fail in the current version of develop:
FAILED climada/util/test/test_finance.py::TestWBWealthAccount::test_pca_CUB_2015_pass - AssertionError: 108675513472.0 != 108675762920.0
FAILED climada/util/test/test_finance.py::TestWBWealthAccount::test_tow_IND_1985_pass - AssertionError: 5861186367245.2 not found in [5415188681934.5, 5861193808779.6, 5861186556152.8]
I think this is because some World Bank data, which this module downloads, has changed. I think a similar thing happened before: 4f191e8. @emanuel-schmid, could you maybe have a look?
This issue currently causes all pipelines to fail.
emanuel-schmid