phac-nml-phrsd / reem

Respiratory infection forecaster
1 stars 0 forks source link

patch B date fill warning #22

Closed papsti closed 2 months ago

papsti commented 2 months ago

fixes #20

the first fix to #20 addressed the bug in a conditional due to an out of date index, but it still reported an incorrect last B date using the old index. this PR fixes that.

it also updates unit tests to use the new B specification so that all tests are now passing and no warnings are generated.