Skip to content

Commit

Permalink
small change to rust code as test
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsteuteville committed Feb 23, 2024
1 parent 5b11186 commit 1922688
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 @@ -368,7 +368,7 @@ pub fn get_label_fe(
out.net_accel = get_net_accel(&mut sd_accel, &veh.scenario_name)?;
sd.insert("accel", sd_accel);

// success Boolean -- did all of the tests work(e.g. met trace within ~2 mph)?
// Success Boolean -- did all of the tests work(e.g. met trace within ~2 mph)?
out.res_found = String::from("model needs to be implemented for this"); // this may need fancier logic than just always being true

if full_detail.unwrap_or(false) && verbose.unwrap_or(false) {
Expand Down

0 comments on commit 1922688

Please sign in to comment.