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 'longtest' CI job #158

Merged
merged 4 commits into from
Nov 22, 2023
Merged

Fix 'longtest' CI job #158

merged 4 commits into from
Nov 22, 2023

Conversation

johnomotani
Copy link
Collaborator

The 'longtest' job only runs when a PR is merged to master, so we didn't see the failure before merging #150.

Best guess is the failure was caused by an out-of-memory error on the Ubuntu runner - although I don't understand why that happened for the 'longtest' job which runs in serial but not for the 'parallel tests' job which does run all the 'long tests' in one of its calls!
Anyway, re-jigging to avoid loading a full 2D3V neutral distribution function into memory seems to fix the problem.

@johnomotani johnomotani merged commit 8d29d1e into master Nov 22, 2023
17 checks passed
@johnomotani johnomotani deleted the longtest-fix branch November 22, 2023 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant