Skip to content

Commit

Permalink
fix av routing controller if no on-ramp
Browse files Browse the repository at this point in the history
  • Loading branch information
liljonnystyle committed Jul 11, 2020
1 parent 5f6acc2 commit 7a773e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/exp_configs/non_rl/i210_subnetwork.py
Expand Up @@ -95,7 +95,7 @@
"v_des": V_DES,
"no_control_edges": ["ghost0", "119257908#3"]
}),
routing_controller=(I210Router, {})
routing_controller=(I210Router, {}) if ON_RAMP else None,
)

inflow = InFlows()
Expand Down

0 comments on commit 7a773e3

Please sign in to comment.