Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gis: update examples for mesa-geo v0.7.0 #84

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gis/agents_and_networks/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-e .

# external requirements
mesa-geo~=0.6.0
mesa-geo~=0.7
geopandas
numpy
pandas
Expand Down
2 changes: 1 addition & 1 deletion gis/geo_schelling/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mesa-geo~=0.6.0
mesa-geo~=0.7
2 changes: 1 addition & 1 deletion gis/geo_schelling_points/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mesa-geo~=0.6.0
mesa-geo~=0.7
2 changes: 0 additions & 2 deletions gis/geo_sir/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ def step(self):
self.steps += 1
self.reset_counts()
self.schedule.step()
# Recalculate spatial tree, because agents are moving
self.space._recreate_rtree()

self.datacollector.collect(self)

Expand Down
2 changes: 1 addition & 1 deletion gis/geo_sir/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mesa-geo~=0.6.0
mesa-geo~=0.7
2 changes: 1 addition & 1 deletion gis/population/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mesa-geo~=0.6.0
mesa-geo~=0.7
2 changes: 1 addition & 1 deletion gis/rainfall/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mesa-geo~=0.6.0
mesa-geo~=0.7
2 changes: 1 addition & 1 deletion gis/urban_growth/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mesa-geo~=0.6.0
mesa-geo~=0.7