Skip to content

Conversation

@1e-to
Copy link
Contributor

@1e-to 1e-to commented Sep 16, 2021

No description provided.

# utils()
previous_dir = os.getcwd()
previous_numba_opt = os.environ.get("NUMBA_OPT")
os.chdir(previous_dir + "/numba_dppy/examples/debug")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use absolute paths instead of changing current dir.

stderr=PIPE,
)
(output, err) = process.communicate()
exit_code = process.wait()
Copy link
Contributor

@PokhodenkoSA PokhodenkoSA Sep 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need processing for hanging processes.

@1e-to 1e-to deleted the debug_test branch January 10, 2022 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants