Skip to content

Commit

Permalink
Update values for World Bank integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Jun 4, 2024
1 parent ca199f9 commit fba773f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_data_worldbank.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

WB_DF = pd.DataFrame(
[
["foo", "WDI", "Canada", "GDP", "n/a", 42793.1, 43704.4, 44680.8],
["foo", "WDI", "Mexico", "GDP", "n/a", 18634.9, 19017.8, 19144.0],
["foo", "WDI", "Canada", "GDP", "n/a", 49231.9, 50283.0, 51409.4],
["foo", "WDI", "Mexico", "GDP", "n/a", 20065.3, 20477.6, 19144.0],
["foo", "WDI", "United States", "GDP", "n/a", 51569.8, 53035.7, 54395.4],
],
columns=IAMC_IDX + [2003, 2004, 2005],
Expand Down

0 comments on commit fba773f

Please sign in to comment.