Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Chris Jewell
covid19uk
Commits
33f2c20a
Commit
33f2c20a
authored
Feb 10, 2021
by
Chris Jewell
Browse files
Merge branch 'master' of fhm-chicas-code.lancs.ac.uk:jewell/covid19uk
parents
52f6f37e
6704d787
Changes
1
Hide whitespace changes
Inline
Side-by-side
covid/tasks/summarize.py
View file @
33f2c20a
...
...
@@ -8,7 +8,7 @@ from gemlib.util import compute_state
from
covid.summary
import
mean_and_ci
from
covid.model_spec
import
STOICHIOMETRY
SUMMARY_DAYS
=
np
.
array
([
1
,
7
,
14
,
28
,
35
,
42
,
49
,
56
],
np
.
int32
)
SUMMARY_DAYS
=
np
.
array
([
1
,
7
,
14
,
21
,
28
,
35
,
42
,
49
,
56
],
np
.
int32
)
def
rt
(
input_file
,
output_file
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment