Vince Broz
Vince Broz
It looks like cache_method no longer works on methods with keyword arguments as of Ruby 3.0; it attempts to send them as an additional final hash positional argument as opposed...
## How to reproduce: Stage a new file in git that should be analyzed (e.g., a Ruby file) and run pronto, asking for results on staged tree: ```sh echo 'hi'...
Fixes https://github.com/microCOVID/microCOVID/issues/1570 This will drop a state-level locale from the dataset if we encounter an error while processing data within it. #1570 was caused by the upstream JHU data no...
Teach cache_method to track kwargs separately from args, rather than treating them as a hash arg in the final position. Fixes #17
When I have multiple keyword arguments with no default, `solargraph typecheck --level=strict` gives a false positive: ```sh broz@bigbookpro:~/src/repro-project$ cat > repro.rb # @param i [Integer] # @param s [Integer] def...
how accurate do you think microCOVID is currently, with the (fairly subtle) helper text urging users to manually look up weekly new cases per 100k from covidactnow? If folks think...
Once the model is modernized, we should find good ways to validate it and identify shortcomings.
WARNING logs for update_prevalence.py should indicate that a significant problem may exist that does not justify failing the prevalence run. They should ideally be rare enough that they get someone's...
Our current code was written back when case reporting in many places was done daily, and was relatively reliable. This is not true anymore, and as a result our code...