Skip to content

__init__.py does not import random submodule #1253

Open
@samaid

Description

@samaid

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

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions