Skip to content

Commit

Permalink
Fix warnings emitted when testing distributions (pytorch#12038)
Browse files Browse the repository at this point in the history
Summary:
The earlier tests had around 80 warnings, and now there are 6 warnings: these are due to JIT

The changes remove the wrapping of a Tensor by a Tensor constructor, which emits warnings due to the changes in pytorch#11061 .
Pull Request resolved: pytorch#12038

Differential Revision: D10033392

Pulled By: apaszke

fbshipit-source-id: b1faf368e650d062d7983f9932511bee4702a893
  • Loading branch information
vishwakftw authored and facebook-github-bot committed Sep 26, 2018
1 parent 02d7c88 commit b535aec
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 124 deletions.
Loading

0 comments on commit b535aec

Please sign in to comment.