Skip to content

Conversation

@eellison
Copy link
Contributor

Follow up to #41946, to suggest enumerating a module as an alternative if a user tries indexing into a modulelist/sequential with a non-integer literal

@eellison eellison requested a review from wconstab August 20, 2020 21:43
@eellison eellison requested a review from apaszke as a code owner August 20, 2020 21:43
@dr-ci
Copy link

dr-ci bot commented Aug 20, 2020

💊 CI failures summary and remediations

As of commit f526bdb (more details on the Dr. CI page):


  • 3/3 failures possibly* introduced in this PR
    • 3/3 non-CircleCI failure(s)

Extra GitHub checks: 2 failed


ci.pytorch.org: 1 failed


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group.

See how this bot performed.

This comment has been revised 6 times.

@facebook-github-bot facebook-github-bot added the oncall: jit Add this issue/PR to JIT oncall triage queue label Aug 20, 2020
from jit.test_unsupported_ops import TestUnsupportedOps # noqa: F401
from jit.test_freezing import TestFreezing # noqa: F401
from jit.test_save_load import TestSaveLoad # noqa: F401
from jit.test_module_containers import TestModuleContainers # noqa: F401
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uh oh did I cause this test file to not even run in CI by not remembering to include it here?

Copy link
Contributor

@wconstab wconstab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for cleaning up.

@codecov
Copy link

codecov bot commented Sep 9, 2020

Codecov Report

Merging #43361 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #43361   +/-   ##
=======================================
  Coverage   69.26%   69.26%           
=======================================
  Files         381      381           
  Lines       47580    47580           
=======================================
  Hits        32954    32954           
  Misses      14626    14626           
Impacted Files Coverage Δ
torch/utils/_benchmark/utils/common.py 77.31% <0.00%> (-1.69%) ⬇️
torch/jit/_recursive.py 94.30% <0.00%> (+0.28%) ⬆️
torch/testing/_internal/expecttest.py 78.57% <0.00%> (+1.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0351d31...f526bdb. Read the comment docs.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eellison has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@eellison merged this pull request in b69c28d.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Merged oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants