-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[refactor] Cleanup python imports #2232
Conversation
f'ti.init argument "default_fp" overridden by environment variable TI_DEFAULT_FP={env_default_fp}' | ||
) | ||
if env_default_fp == '32': | ||
default_fp = f32 |
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.
Hmm, not sure if my previous refactoring has already broken this..
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.
Not sure how many people use this - it would be nice to make it testable in the future when we have more people :-)
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.
Awesome, LGTM! Thanks for all the cleanups so far! Let's somehow continuously enforce the import rules you established :-)
f'ti.init argument "default_fp" overridden by environment variable TI_DEFAULT_FP={env_default_fp}' | ||
) | ||
if env_default_fp == '32': | ||
default_fp = f32 |
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.
Not sure how many people use this - it would be nice to make it testable in the future when we have more people :-)
Related issue = #2223
[Click here for the format server]