Matthew Cornell
Matthew Cornell
@pmackay would you please share what the cause was? I'm getting the error myself.
Hi Folks. First, thanks a ton for the app! Question: I have two versions on my machine (10 and 9.6) and when I restart, 10 is the default, but I...
Per [this Slack discussion](https://reichlab.slack.com/archives/C02K04PJT1B/p1657135702129009), we are removing the `misc_scripts` directory. Attached are the three files in it, which may be useful for solving this issue. [misc_scripts.zip](https://github.com/reichlab/covid19-forecast-hub/files/9064237/misc_scripts.zip)
@nickreich is correct. For example, http://flusightnetwork.io/ shows the three vertical legend sections as I see it: ---- Actual Observed History ---- CI Show ---- FSNetwork-TTW ---- My thought is to...
Following @ryanfox1985 steps, I get a different error: > ERROR deprecated: .Site.DisqusShortname was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.133.0. Use .Site.Config.Services.Disqus.Shortname instead. ``` cd ~/IdeaProjects/...
I'm confused. The timePoints array is always time zeros, correct? Having dataVersionTime index into them means timePoints would have to include data version dates as well, but that doesn't make...
Alternatively, if we wanted to stick with indexes like @lepisma suggested, we could have a second optional array similar to timePoints: dataVersionDates, and index into that.
@lepisma Thanks for that; it's looking good. I uploaded a change that outputs a `dataVersionTime` if a time zero has a data version date. You can see the result here:...
1: Which is the easiest to code? Let's try that 👍 2: OK, let's not change it.
Sweet! I uploaded the code to http://reichlab-forecast-repository.herokuapp.com/ . Nice work.