We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c046a commit 241e2f7Copy full SHA for 241e2f7
example/celldevs/pandemic_hoya/scenario.json
@@ -34,23 +34,23 @@
34
"recovery": 0.4
35
}
36
},
37
- "1": {
+ "epicenter": {
38
"state": {
39
"population": 100,
40
"susceptible": 0.7,
41
"infected": 0.3,
42
"recovered": 0
43
44
45
- "2": {
+ "immune": {
46
"config": {
47
"virulence": 0,
48
"recovery": 1
49
50
51
52
"cell_map": {
53
- "1": [[24, 24]],
54
- "2": [[24, 23]]
+ "epicenter": [[24, 24]],
+ "immune": [[24, 23]]
55
56
0 commit comments