Skip to content

Commit

Permalink
disable stop_start in vehicle_import.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarow committed Apr 2, 2024
1 parent 7a22635 commit f7c696f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/fastsim-core/src/vehicle_import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ fn try_make_single_vehicle(
idle_fc_kw: 0.0,
mc_eff_map: Array1::zeros(LARGE_BASELINE_EFF.len()),
wheel_rr_coef: 0.0, // overridden
stop_start: fe_gov_data.start_stop == "Y",
stop_start: false,
force_aux_on_fc: false,
val_udds_mpgge: fe_gov_data.city_mpg_fuel1,
val_hwy_mpgge: fe_gov_data.highway_mpg_fuel1,
Expand Down

0 comments on commit f7c696f

Please sign in to comment.