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

add hack for more stack space in spectral DCM tests #362

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

MasonProtter
Copy link
Contributor

@MasonProtter MasonProtter commented Jul 19, 2024

This was a weird little Heisenbug in the Spectral DCM tests. It turns out that if you ran it on a machine with ~8GB of RAM, julia wasn't reserving enough stack space to compile the jacobian code.

An easy work-around around this is to run with more stack space available, but a more satisfying fix would be to clean up some of this code so that it doesn't torture the compiler so badly.

This targets @david-hofmann's #359 PR and should fix #361

@MasonProtter MasonProtter merged commit 67df0f2 into minorfixes Jul 20, 2024
1 check passed
@MasonProtter MasonProtter deleted the stack-space-hack branch July 20, 2024 16:17
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.

1 participant