Skip to content

Commit

Permalink
taking out pr path to see if helps
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsteuteville committed Feb 23, 2024
1 parent 2281b38 commit 30a6af7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/py-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
- "python/**"
- "rust/**"
pull_request:
paths:
- "python/**"
- "rust/**"
# paths:
# - "python/**"
# - "rust/**"
workflow_dispatch:
workflow_call:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
paths:
- "rust/**"
pull_request:
paths:
- "rust/**"
# paths:
# - "rust/**"
workflow_dispatch:
workflow_call:

Expand Down
4 changes: 2 additions & 2 deletions rust/fastsim-core/src/simdrivelabel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,8 @@ pub fn get_label_fe(
out.adj_comb_ess_kwh_per_mi =
0.55 * phev_calcs.udds.adj_ess_kwh_per_mi + 0.45 * phev_calcs.hwy.adj_ess_kwh_per_mi;

// range for combined city/highway
// utility factor (percent driving in charge depletion mode)
// Range for combined city/highway
// Utility factor (percent driving in charge depletion mode)
out.uf = long_params.uf_array[first_grtr(
&long_params.rechg_freq_miles,
0.55 * phev_calcs.udds.adj_cd_miles + 0.45 * phev_calcs.hwy.adj_cd_miles,
Expand Down

0 comments on commit 30a6af7

Please sign in to comment.