gpw13 / billionaiRe

Calculate the WHO Triple Billions
https://gpw13.github.io/billionaiRe/
GNU General Public License v3.0
7 stars 4 forks source link

Unit testing is failing #77

Closed ElliottMess closed 2 years ago

ElliottMess commented 2 years ago

Since commit a30d95e, the unit testing is failing.

One of the reason is that the population figures stored in the wppdistro package have been updated, but the billionaiRe:::basic_test_calculated testing data frame has not. There is then a mismatch for the billions' contributions calculated as well as the indicator that uses populations (e.g. cholera).

ElliottMess commented 2 years ago

Another problem was that the transformation function were modified. And those the testing data frames were not accurate anymore.