-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate variable paths #136
Conversation
@cbaker2 I created a unit test testing the function output against what I think is the complete output for a fastsim Vehicle. Does the list I'm comparing the output to look good to you, or is it missing anything (the test passes, so if there is something missing, that means the function is not working properly yet)? |
updated path based on Kyle's changes turned off some getters/setters because they trigger `todo!()`
|
||
# load 2012 Ford Fusion from file | ||
veh = fsim.Vehicle.from_file( | ||
str(fsim.package_root() / "../../tests/assets/2016_TOYOTA_Prius_Two.yaml") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robinsteuteville , switched to the prius to see if it'll work on HEVs, and there is an error with None
, perhaps the same as what you encountered in ALTRIOS.
superseded by #147 |
No description provided.