Skip to content

Commit 241e2f7

Browse files
committed
Added a better description to cell types
1 parent 14c046a commit 241e2f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

example/celldevs/pandemic_hoya/scenario.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@
3434
"recovery": 0.4
3535
}
3636
},
37-
"1": {
37+
"epicenter": {
3838
"state": {
3939
"population": 100,
4040
"susceptible": 0.7,
4141
"infected": 0.3,
4242
"recovered": 0
4343
}
4444
},
45-
"2": {
45+
"immune": {
4646
"config": {
4747
"virulence": 0,
4848
"recovery": 1
4949
}
5050
}
5151
},
5252
"cell_map": {
53-
"1": [[24, 24]],
54-
"2": [[24, 23]]
53+
"epicenter": [[24, 24]],
54+
"immune": [[24, 23]]
5555
}
5656
}

0 commit comments

Comments
 (0)