Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysSvintsylo committed Nov 3, 2024
1 parent e7a8879 commit 1fdc310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/color_patches/color_patches/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ColorCell(mesa.Agent):
"""
Represents a cell's opinion (visualized by a color)
"""

#test
OPINIONS = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]

def __init__(self, unique_id, model, initial_state):
Expand Down

0 comments on commit 1fdc310

Please sign in to comment.