-
Notifications
You must be signed in to change notification settings - Fork 233
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
Add support for units to wire lengths. Part 2 #162
Conversation
Will also be editing harness.py to add the support as well as defaulting units to meters if unpopulated.
- partial fix for wireviz#7 - based on and closes wireviz#161 and wireviz#162
- partial fix for wireviz#7 - based on and closes wireviz#161 and wireviz#162
- partial fix for wireviz#7 - based on and closes wireviz#161 and wireviz#162
- partial fix for wireviz#7 - based on and closes wireviz#161 and wireviz#162
- partial fix for wireviz#7 - based on and closes wireviz#161 and wireviz#162
Based on #161, #162, #171. Co-authored-by: stevegt <[email protected]> Co-authored-by: kvid <[email protected]>
Closed as part of #196. |
Based on #161, #162, #171. Co-authored-by: stevegt <[email protected]> Co-authored-by: kvid <[email protected]>
Is this merged into the version published to pip? Im trying to change my lengths to inches as meters seems odd for an 8 inch cable but using length_unit gives me error: " got an unexpected keyword argument 'length_unit'" |
Sorry, See the syntax description for more info, and the changelog* to see what other features you get in v0.3-dev. * Currently, the changelog is maintained in the |
Will also be editing harness.py to add the support as well as defaulting units to meters if unpopulated.