Skip to content

Commit baa0bcd

Browse files
authored
Merge pull request #147 from NREL/feature/reorder-dispatcher
reorder dispatchers so charge instructions trump rides.
2 parents 261f2a4 + 37b0e13 commit baa0bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrel/hive/initialization/load.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def load_simulation(
9191

9292
if custom_instruction_generators is None:
9393
instruction_generators = (
94-
ChargingFleetManager(env.config.dispatcher),
9594
Dispatcher(env.config.dispatcher),
95+
ChargingFleetManager(env.config.dispatcher),
9696
)
9797
update = Update.build(env.config, instruction_generators)
9898
else:

0 commit comments

Comments
 (0)