Open crangelsmith opened 3 years ago
There are some extra checklists to consider in the PR #150
ImportError: Version check of the existing lazylinker compiled file. Looking for version 0.211, but found None. Extra debug information: force_compile=False, _need_reload=True
The command '/bin/sh -c TIMEFORMAT='time: %3R' bash -c 'time mamba env update -p ${NB_PYTHON_PREFIX} -f "binder/environment.yml" && time mamba clean --all -f -y && mamba list -p ${NB_PYTHON_PREFIX} '' returned a non-zero code: 1
There are some extra checklists to consider in the PR #150
"This process follows a negative binomial distribution, shifted by k days. An equivalent way to view this is to say that the date of hospital admission follows a multinomial distribution, with the multinomial probabilities following the PMF of a negative binomial distribution, shifted by k days."
- It may be worth adding a non-technical explanatory sentence to this, such as:
Suppose a COVID-19 patient might be infected for a number of days until they are hospitalised. After being infected, there is a probability p
of their condition worsening. Then after ψ
days time, they will stop getting worse due to the development of antibodies and recover, or will be unable to recover and die from the disease. k
is the number of days on which they are not hospitalised before they recover/die.
"We might also fit three different
ψ
values for 0, 1, or 2 vaccine doses, though since vaccinated people are less likely than unvaccinated people to become infected, we would also need to estimate the chances of infection which is probably more difficult"
- There is also the fact that it is not just the probability of infection given a vaccine but the reduction in the probability of infection given the vaccination status of those around you.
ImportError: Version check of the existing lazylinker compiled file...
Apparently, this is to do with the conda installation of theano
/ pymc3
.
I got around this locally by running:
conda uninstall pymc3
pip install pymc3
Related: #160
Non-unique cell id
errors, but these are easily ignored.
Story Review:
Story Name: Modelling Hospital Admissions in the UK
Submitting Author: @edaub
Pull Request: #150
Reviewers: @helendduncan, @ChristinaLast and @lukehare
Editor: @crangelsmith
Reviewer instructions & questions
@helendduncan, @ChristinaLast and @lukehare , please carry out your review in this issue by updating the checklist below in a new comment (copy and paste it), and writing new comments in this issue or the story pull request in case you have any questions. If you cannot edit the checklist please:
Any questions, concerns or suggestions regarding the review process please let @crangelsmith, @DavidBeavan or @samvanstroud know.
✨ Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest ✨
THANK YOU!
Review Checklist
Code of conduct
General checks
Reproducibility
Pedagogy
Context
Ethical
AOB
There are some extra checklists to consider in the PR #150