Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

__init__.py does not import random submodule #1253

Open
samaid opened this issue Dec 9, 2022 · 0 comments
Open

__init__.py does not import random submodule #1253

samaid opened this issue Dec 9, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@samaid
Copy link
Contributor

samaid commented Dec 9, 2022

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 samaid added the bug Something isn't working label Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants