Skip to content
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

Merged
merged 15 commits into from
Dec 4, 2023
Merged

Conversation

akihironitta
Copy link
Member

@akihironitta akihironitta commented Dec 2, 2023

Follow-up of #261.

Fix typing of TensorFrame. No need for a changelog entry as it doesn't impact users.

@akihironitta akihironitta self-assigned this Dec 2, 2023
@github-actions github-actions bot added the data label Dec 2, 2023
@akihironitta akihironitta changed the base branch from master to aki/type-check December 2, 2023 21:24
Copy link
Member Author

@akihironitta akihironitta left a 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 😉

torch_frame/data/tensor_frame.py Show resolved Hide resolved
torch_frame/data/tensor_frame.py Show resolved Hide resolved
torch_frame/data/tensor_frame.py Outdated Show resolved Hide resolved
torch_frame/data/tensor_frame.py Outdated Show resolved Hide resolved
torch_frame/data/tensor_frame.py Outdated Show resolved Hide resolved
torch_frame/data/tensor_frame.py Outdated Show resolved Hide resolved
akihironitta and others added 2 commits December 3, 2023 07:14
Co-authored-by: Yiwen Yuan <yyuanlisette@gmail.com>
Copy link

codecov bot commented Dec 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (132e1aa) 93.29% compared to head (576dc81) 93.31%.

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.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@weihua916 weihua916 left a 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!

Base automatically changed from aki/type-check to master December 4, 2023 07:59
@akihironitta akihironitta enabled auto-merge (squash) December 4, 2023 08:01
@akihironitta akihironitta disabled auto-merge December 4, 2023 08:04
@akihironitta akihironitta merged commit 8da114e into master Dec 4, 2023
@akihironitta akihironitta deleted the aki/type1 branch December 4, 2023 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants