Skip to content

Commit a0aad70

Browse files
committed
remove unused variables
1 parent b70bfbd commit a0aad70

File tree

1 file changed

+0
-3
lines changed
  • examples/hotelling_law/hotelling_law

1 file changed

+0
-3
lines changed

examples/hotelling_law/hotelling_law/model.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ def __init__(
9494
self.consumer_preferences = consumer_preferences
9595
# Type of environment ('grid' or 'line').
9696
self.environment_type = environment_type
97-
# Initialize AgentSets for store and consumer agents
98-
self.store_agents = AgentSet([], self)
99-
self.consumer_agents = AgentSet([], self)
10097

10198
# Initialize the spatial grid based on the specified environment type.
10299
if environment_type == "grid":

0 commit comments

Comments
 (0)