Skip to content

Commit

Permalink
Correct initial compartments (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
annawendler authored Oct 18, 2023
1 parent d3d830b commit b4af3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/api/fixtures/initial_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@

COMPARTMENTS = [
"MildInfections",
"Infected",
"Hospitalized",
"ICU",
"Dead"
]

Expand Down

0 comments on commit b4af3c5

Please sign in to comment.