-
Notifications
You must be signed in to change notification settings - Fork 351
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
calibration_DT no longer supports daily liftAbs data #515
Comments
Where to find this check: lines 514 to 523 of checks.R: |
Hi @joangcc. We did add this check a while ago but you're right, I'll change that check to let users set liftStartDate >= liftEndDate. Actually you replied before I hit enter to this haha so expect this change in the next couple of minutes in our latest dev version |
There you go. Please, update to the latest dev version and you'll be good to go. Thanks for the feedback. Feel free to close this ticket once you test and use it. |
Thanks for fixing this so fast. It works now! |
Project Robyn
Describe issue
Previous versions of Robyn accepted liftStartDate = liftEndDate. However, last version requires liftStartDate < liftEndDate.
Until now, we were using daily liftAbs data, but given this recently added check, Robyn doesn't run. How can we continue using daily data within the current requirements?
Also, what's the reason behind adding those checks for this particular case?
Thanks!
Robyn version
Robyn 3.7.3
The text was updated successfully, but these errors were encountered: