Skip to content

Commit

Permalink
testing with small Rust change
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsteuteville committed Feb 22, 2024
1 parent f290931 commit 53bdf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/fastsim-core/src/simdrivelabel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ pub fn get_label_fe(
+ out.net_phev_cd_miles.unwrap();
}

// run accelerating sim_drive
// Run accelerating sim_drive
let mut sd_accel = RustSimDrive::new(cyc["accel"].clone(), veh.clone());
out.net_accel = get_net_accel(&mut sd_accel, &veh.scenario_name)?;
sd.insert("accel", sd_accel);
Expand Down

0 comments on commit 53bdf67

Please sign in to comment.