-
Notifications
You must be signed in to change notification settings - Fork 287
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: add typing to tests/models #1744
Conversation
Clean up docstrings and typecheck _image.py, lightly_subset.py, and multi_view_collate.py
…nto issue-1635-add-typing
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1744 +/- ##
=======================================
Coverage 85.22% 85.22%
=======================================
Files 162 162
Lines 6729 6729
=======================================
Hits 5735 5735
Misses 994 994 ☔ View full report in Codecov by Sentry. |
@guarin, please take a look. I have added also typing for all 3 files in tests/models. Here are failing tests which also does not reproduce locally. |
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.
This is great, thanks for the PR! I left a comment on how to fix the failing tests.
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, thanks!
No description provided.