Skip to content

Update CHANGELOG.md #728

Update CHANGELOG.md

Update CHANGELOG.md #728

GitHub Actions / Core / Unit Test Results (3.11) failed Jul 2, 2024 in 0s

1 fail, 663 pass in 8m 7s

664 tests  ±0   663 ✅ ±0   8m 7s ⏱️ +2s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     1 ❌ ±0 

Results for commit 71200bd. ± Comparison against earlier commit 067c9be.

Annotations

Check warning on line 0 in climada.util.test.test_finance.TestWBData

See this annotation in the file changed.

@github-actions github-actions / Core / Unit Test Results (3.11)

test_wb_esp_1950_pass (climada.util.test.test_finance.TestWBData) failed

tests_xml/tests.xml [took 0s]
Raw output
AssertionError: 12433394725.2159 != 12072126075.397
self = <climada.util.test.test_finance.TestWBData testMethod=test_wb_esp_1950_pass>

    def test_wb_esp_1950_pass(self):
        """Test world_bank function Sint Maarten."""
        ref_year = 1950
        wb_year, wb_val = world_bank('ESP', ref_year, 'NY.GDP.MKTP.CD')
    
        ref_year = 1960
        ref_val = 12072126075.397
        self.assertEqual(wb_year, ref_year)
>       self.assertEqual(wb_val, ref_val)
E       AssertionError: 12433394725.2159 != 12072126075.397

climada/util/test/test_finance.py:126: AssertionError