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

Fix init ordering for PETSc and cache dirs #3355

Merged
merged 2 commits into from
Jan 25, 2024
Merged

Conversation

connorjward
Copy link
Contributor

Description

Fixes #3353 and supersedes #3351.

Note that I have moved the call of petsc4py.init into __init__.py. I think this is good because I don't like how imports can do "magic". This is more explicit.

@JDBetteridge and @ksagiyam can you verify that this works for you?

@JDBetteridge
Copy link
Member

I can confirm that this seems to fix the issue for me

JDBetteridge
JDBetteridge previously approved these changes Jan 25, 2024
@ksagiyam
Copy link
Contributor

Thanks. It fixes the issue.

@ksagiyam ksagiyam merged commit 393f82f into master Jan 25, 2024
9 of 10 checks passed
@ksagiyam ksagiyam deleted the connorjward/fix-3353 branch January 25, 2024 20:10
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.

BUG: $VIRTUAL_ENV/.cache not created
3 participants