-
Notifications
You must be signed in to change notification settings - Fork 60
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
Fix typing in torch_frame/data/tensor_frame.py
#262
Conversation
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.
Left comments for reviewers 😉
Co-authored-by: Yiwen Yuan <yyuanlisette@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #262 +/- ##
==========================================
+ Coverage 93.29% 93.31% +0.01%
==========================================
Files 115 115
Lines 5655 5668 +13
==========================================
+ Hits 5276 5289 +13
Misses 379 379 ☔ View full report in Codecov by Sentry. |
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.
Thanks for the clean up!
…into aki/type1
Follow-up of #261.
Fix typing of
TensorFrame
. No need for a changelog entry as it doesn't impact users.