-
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
Updating testing code #291
Conversation
previously the second term could be negative and hence result in lowering of testing rate before 2009. I hope this takes care of it ?
Do we need 'initial_rate_1sttest' (set to zero) and the zeros here at all rate_reptest =' 0.0000' + ... |
I do think we need initial_rate_1sttest to be set to zero. This is a new parameter, right? |
Initial_rate_1sttest is an old parameter which at one point was something other than zero but we changed it to zero a few years ago. It is used here:
Since it is zero, I don't think we need it but perhaps I'm missing something. |
No, it all makes sense, agree with you! |
I think it all makes sense to me too. We need rate_1sttest to be set to something in the period 2003.5 to 2009 so I would favour keeping initial_rate_1sttest in and set to 0 (i.e. as is suggested in the PR) rather than hard-coding the value....hope I have understood the conversation correctly! Agree the 0.0000 can be removed. |
Thanks. Maybe we can confirm changes to this and approval on our call on Thursday. |
Previously the second term could be negative and hence result in lowering of testing rate before 2009. I hope this takes care of it ?