Finishing up the fertility test with proper data rates.
Changes:
[x] Refactored the rate data transform function to make sure it work with both the mortality and fertility rates
[x] Modified the mortality test to work with the refactored function above
[x] Make sure the correct rate table is used on the fertility test (removed the dummy one)
[x] Adding some extra female individuals in child bearing years on the test dataset to make sure that births are observed on the test.
I think with this changes the Fertility module is finished for now.
The change on the refactored function for the rate transformation should be propagated to the pipeline branch with the mortality implementation. But we only need to change the name of the function, the rest stays the same.
Finishing up the fertility test with proper data rates.
Changes:
I think with this changes the Fertility module is finished for now.
The change on the refactored function for the rate transformation should be propagated to the pipeline branch with the mortality implementation. But we only need to change the name of the function, the rest stays the same.