Skip to content

Commit

Permalink
demo tweaks to use rust more extensively
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarow committed Sep 12, 2024
1 parent 7a867e1 commit fa749d0
Show file tree
Hide file tree
Showing 6 changed files with 386 additions and 146 deletions.
2 changes: 1 addition & 1 deletion python/fastsim/demos/2017_Ford_F150_thermal_val.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def load_resampled_data() -> Dict[str, pd.DataFrame]:
# %% Temperature sweep to see FE impact


cyc = fsr.RustCycle.from_file(str(fsim.cycle.CYCLES_DIR / "udds.csv"))
cyc = fsr.RustCycle.from_file(fsim.cycle.CYCLES_DIR / "udds.csv")

mpg = []
mpg_no_hvac = []
Expand Down
Loading

0 comments on commit fa749d0

Please sign in to comment.