Skip to content

Commit

Permalink
Added a better description to cell types
Browse files Browse the repository at this point in the history
  • Loading branch information
romancardenas committed Oct 26, 2020
1 parent 14c046a commit 241e2f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/celldevs/pandemic_hoya/scenario.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@
"recovery": 0.4
}
},
"1": {
"epicenter": {
"state": {
"population": 100,
"susceptible": 0.7,
"infected": 0.3,
"recovered": 0
}
},
"2": {
"immune": {
"config": {
"virulence": 0,
"recovery": 1
}
}
},
"cell_map": {
"1": [[24, 24]],
"2": [[24, 23]]
"epicenter": [[24, 24]],
"immune": [[24, 23]]
}
}

0 comments on commit 241e2f7

Please sign in to comment.