Skip to content

Commit

Permalink
Merge pull request #235 from gama-platform/improve-library-models
Browse files Browse the repository at this point in the history
Improve models from library
  • Loading branch information
lesquoyb authored Jun 28, 2024
2 parents 49b8ff3 + af3b68f commit 9232466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gama.core/tests/Basic Tests/models/Lists.experiment
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
* Tags:
*/

@no_warning
model test_lists


species dummy {

}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ experiment FirstModel type: gui {
draw circle(1) color: (state = "I")? #red : ((state="R") ? #blue : #green);
}
}
display "Chart" {
display "Chart" type:2d {
chart "Infected people" {
loop s over: ["S","I","R"] {
data s value: people count (each.state = s) color: colors[s];
Expand Down

0 comments on commit 9232466

Please sign in to comment.