-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add unit tests for image utils unet functions #3921
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
Conversation
Unit Test Results 4 files ±0 4 suites ±0 9m 14s ⏱️ - 2m 55s Results for commit 340eb69. ± Comparison against base commit 6723a30. This pull request skips 2 tests.
♻️ This comment has been updated with latest results. |
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.
Thank you!
The regression tests are flaky, however it looks like there's another dependency issue going on with torch nightly. |
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.
LGTM! Can you rebase with master and see if the tests pass?
@arnavgarg1 sure. can you please confirm if the following steps are correct to rebase a PR and make additional changes (if needed), To rebase my branch: To make further code changes: |
@vijayi1 I think that mostly looks correct! I would change the ordering of the steps to be this instead:
Followed by: |
@arnavgarg1, I followed those steps exactly and got the following error during push, (dl_venv) [vijayi@sparky01 ludwig]$ git push -u origin unet-image-utils-tests |
@vijayi1 I see. Okay, if you abort the rebase, another option is to just pull the latest master and merge it into your branch - it should achieve roughly the same effect? |
@arnavgarg1, merge completed and I added a few description changes for the docs. the utils tests passed. |
This is a follow up to PR 3913.
It adds unit tests for the image utils functions added by that PR.