Jake Stockwin
Jake Stockwin
http://keystonejs.com/docs/database/#fieldtypes-datetime You can format your Datetime field when adding it to your model: `year: { type: Types.Datetime, format: 'YYYY' }` should work, for example.
Hi @rholshausen, thanks for the response. I've just created https://github.com/jstockwin/pact-issue-demo to demonstrate this issue. If I `curl http://localhost:8000/endpoint?type=bar` there, I'm getting the (incorrect) response of `{"type":"none"}`. The `docker-logs.txt` file shows...
Hey @dantehemerson, Thanks for getting in touch. A few points: Linting is now done by pre-commit. You can do a run locally by doing `pre-commit run --all-files` (you may need...
Hey! So I've not really used R for a very long time now, but... Those files are checked in here https://github.com/mrc-ide/EpiEstim/tree/master/tests/figs, so I'm not sure what your local problem is......
Hi @tamas-ferenci, thanks for submitting the issue. We've also recently seen problems with this function in #92, which I naively try to fix in #93 but unfortunately I am not...
Hi @tim-laurence-dhsc, First of all a disclaimer - it's been quite a while since I've worked on EpiEstim, so please do check everything I say yourself as I could be...
NB: We not longer use `install_github` as we have a description file. Instead, the `remotes` section needs removing from this file when the packages are on CRAN.
Note this is probably the same as #66, but last time we were removing that dataset anyway so it wasn't an issue.
This happens when there is not much SI data, so it can choose ridiculous params for the distributions, meaning it has to go to very high values of `time` before...
OR we can change coarse2estim so that instead of forcing every column to sum to >0.999, stop when the probability that the serial interval is more than `t` (over all...