CrI output issue #1157
Replies: 3 comments 3 replies
-
|
This is almost certainly a bug that has arisen because of some recent changes in the package (thanks for reporting!) - which means that you're using the development version. If you're running this in production then you might consider switching to the CRAN version (which is of course a bit of a trade-off as then you don't always have access to the latest features / fixes. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for this @nlinton, For completeness the bug report is now here: #1158 |
Beta Was this translation helpful? Give feedback.
-
|
We resolved the issue where one of our pipelines was pulling from dev. Glad we could help identify a bug along the way. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, we have two EpiNow2 pipelines that analyze weekly data for two different diseases. In theory the pipelines are exactly the same. Same code (same notebooks), same compute, same everything except the input data. Both pipelines ran successfully, but one output the requested CrI of 0.95 while the other output the default EpiNow2 CrI values of 0.2 and 0.9.
Our
epinow()call looks as below. We are trying to figure out whether the issue is related to the recent package updates or to something else. One possibility (though I don't know how) is the pipeline with the default CrI is running the updated EpiNow2 and the pipeline with our requested EpiNow2 is running an older package version somehow (we are rerunning them to try to verify if this is happening). At the same time, our copy of EpiNow2 is pulled fromhttps://databricks.packagemanager.posit.co/cran/__linux__/noble/2025-03-20/so also not sure if the package updates are even related?In the meantime, any thoughts? Do we need to change the way we are selecting CrI?
Beta Was this translation helpful? Give feedback.
All reactions