Jared
Jared
Ah - I knew about `Ctrl+1`/`Ctrl+3` but did not know about being able to pop the code tab in a new window. I'm still on 6.0.4 because last time I...
I can confirm that the solution proposed by @raelgc works, though perhaps the error message should be more clear on this? Also, I should mention that doing a tcpdump I...
Anyone else having a problem, I found a quick hack to make this work (I think). edit snakefire/mainframe.py as follows: find the two places where it says `self.getSetting("program", "minimize")` under...
Looks like when https://github.com/epiverse-trace/epiparameter/blob/7f69ecf377850b59db5ea2a8845ed85f42e2b2ab/R/coercion.R#L128 gets called, eventually `new_epidist` gets called and https://github.com/epiverse-trace/epiparameter/blob/7f69ecf377850b59db5ea2a8845ed85f42e2b2ab/R/epidist.R#L68 makes a new vector with 3 elements. Ie, a vector is created where `mean` is represented twice.
Pretty much the same thought here - I wondered how I would know to look for COVID-19 instead of COVID19 or some other name. Maybe something with tab completion would...
Interesting issue - I'm interested to know why `epiparameter:::multi_epidist[[1]]$citation$DOI` works for me on Windows but not others (seemingly those using Linux). As referenced it's called here https://github.com/epiverse-trace/epiparameter/blob/7f69ecf377850b59db5ea2a8845ed85f42e2b2ab/R/epidist_db.R#L579 and the underlying...
Thanks to the awesome sleuthing above I was able to get to the bottom of this without too much additional effort and just wanted to report back. The underlying issue...
I wanted to note that after doing some tests using `deSolve::ode` it seems the generative model used to construct `SIRSample` outputs uses the following rates function: ```r function(t, state, parameters)...
Phew! Took me a while but I figured out why (for the exact same app) my deployment wasn't working but my colleagues was working. Pulling the bundles and diffing the...