pytorch
b1e60bfb - Pass f_locals as a dict rather than kwargs (#98107)

Commit
1 year ago
Pass f_locals as a dict rather than kwargs (#98107) Fixes https://github.com/pytorch/pytorch/issues/97688 One big problem is that instead of printing x < y we now print `E["x"] < E["y"]` and now all of the tests wobbled and I'm mad. Signed-off-by: Edward Z. Yang <ezyangmeta.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/98107 Approved by: https://github.com/ezyang
Author
Committer
Parents
Loading