| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
ENH: update `__module__` in `numpy.random` module
|
This is just to keep mtrand consistent. Not really needed as the other __module__ updates are not backported. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Backport of #27981.
This is a follow-up PR after #27716. It updates np.random functions and methods' __module__ to numpy.random.
The only items left with incorrect __module__ are cdef classes, as Cython doesn't allows changing it.
List from here: pytorch/pytorch#136559 (comment)