Skip to content

Commit

Permalink
Make exclusion rots a set as default value
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulScheerRLI committed Jun 12, 2024
1 parent 812abe2 commit 8fcb18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simba/optimizer_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self):
self.debug_level = 0
self.console_level = 99

self.exclusion_rots = []
self.exclusion_rots = set()
self.exclusion_stations = set()
self.inclusion_stations = set()
self.standard_opp_station = {"type": "opps", "n_charging_stations": None}
Expand Down

0 comments on commit 8fcb18e

Please sign in to comment.