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

multiprocessing does not work with PyCharm console #559

Open
ConnectedSystems opened this issue Mar 21, 2023 · 1 comment
Open

multiprocessing does not work with PyCharm console #559

ConnectedSystems opened this issue Mar 21, 2023 · 1 comment
Labels

Comments

@ConnectedSystems
Copy link
Member

ConnectedSystems commented Mar 21, 2023

As first reported by @morrowcj

@ConnectedSystems, resource monitor confirmed that the parallel evaluator works as expected when run in a terminal. However, I have been unsuccessful getting it to run in pycharm. I'll start a new issue for that.

Edit: never mind, this is a Pycharm issue. I can't run any code using the multiproccessing package.

Originally posted by @morrowcj in #555 (comment)

@morrowcj as a quick work-around can you see if this works in the PyCharm console?

if __name__ == "__main__":
    # SALib code here
@morrowcj
Copy link

Yes, doing it this way does work in Pycharm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants