Skip to content

Commit

Permalink
Update property_layer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel committed Nov 23, 2024
1 parent 4872a9a commit fc72b6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mesa/experimental/cell_space/property_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ class PropertyLayer:
dimensions: The width of the grid (number of columns).
data: A NumPy array representing the grid data.
"""
# Fixme do we need this class at all?
# what does it add to just a numpy array?

"""

propertylayer_experimental_warning_given = False

def __init__(
Expand Down

0 comments on commit fc72b6c

Please sign in to comment.