Skip to content

Commit

Permalink
Update test_cell_space.py
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel committed Nov 19, 2024
1 parent a83f817 commit 1f6a5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cell_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def test_property_layer_integration():
elevation = PropertyLayer("elevation", dimensions, default_value=0.0)
grid.add_property_layer(elevation)
assert "elevation" in grid._mesa_property_layers
assert len(grid._mesa_property_layers) == 2 ## empty is allways there
assert len(grid._mesa_property_layers) == 2 ## empty is always there

# Test accessing PropertyLayer from a cell
cell = grid._cells[(0, 0)]
Expand Down

0 comments on commit 1f6a5c2

Please sign in to comment.