-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vectorize povline #403
base: DEV
Are you sure you want to change the base?
Vectorize povline #403
Conversation
Hi @shahronak47 , I tested the output and it is looking very nice. Yes, this is what I had in mind. Thank you. So, These would be the next steps
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @shahronak47 ,
There seems to be a problem when more than one poverty line is requested for the case of CHN. See code below
out <- pip(country = "CHN",
year = c(2010, 2018),
povline = c(1.675, 1.9),
lkup = lkup)
Thanks.
proposed change with grouped by poverty_line
Hi @randrescastaneda , I have pushed the fixes and now all the test cases from #413 pass. You can do some more round of testing if you have time or else we will wait till mid-September before merging this PR. Thank you for providing with the test file, it was very helpful. |
hi @shahronak47 , |
Thanks @randrescastaneda for catching that and adding the test. I have done the necessary changes and now the tests should pass. |
…Team/pipapi into vectorize-povline
Hi Andres,
This is the first draft of vectorize povline. I just want to confirm the expected output. To test this install
vectorize-povline
branch inwbpip
using -You can then test -