dpnp icon indicating copy to clipboard operation
dpnp copied to clipboard

__init__.py does not import random submodule

Open samaid opened this issue 2 years ago • 0 comments

As a result my PyCharm environment does not see functions and their signatures in codes like this import dpnp as np np.random.seed(111) Numpy behaves differently, and the following code is fine import numpy as np np.random.seed(111) Since dpnp goal is to be a drop-in replacement for Numpy, this behavior need to be consistent

samaid avatar Dec 09 '22 21:12 samaid