Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
quaquel committed Oct 7, 2024
1 parent b70bfbd commit a0aad70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/hotelling_law/hotelling_law/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ def __init__(
self.consumer_preferences = consumer_preferences
# Type of environment ('grid' or 'line').
self.environment_type = environment_type
# Initialize AgentSets for store and consumer agents
self.store_agents = AgentSet([], self)
self.consumer_agents = AgentSet([], self)

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

0 comments on commit a0aad70

Please sign in to comment.