Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/92532
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 FailuresAs of commit 6b28a54: NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
ejguan
left a comment
There was a problem hiding this comment.
Thanks for your contribution. In general, looks good to me with a few nit comments below
There was a problem hiding this comment.
nit: resulting in (key, [items]), otherwise returning [items].
|
And, please fix the lint Error as well. You can find doc in https://github.com/pytorch/pytorch/wiki/lintrunner |
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 mandatory check(s) failed (Rule Dig deeper by viewing the failures on hud Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
|
Successfully rebased |
f328c98 to
81b0c60
Compare
|
Dear @ejguan |
|
@pytorchbot rebase |
|
@pytorchbot successfully started a rebase job. Check the current status here |
* renames variable for clearer code
|
Successfully rebased |
81b0c60 to
6b28a54
Compare
|
@pytorchbot merge -f "ignore flaky test" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Fixes meta-pytorch/data#256
The testing of this module is currently suboptimal in general. We should improve this in the future.
@ejguan