Skip to content

Fix stalling precompilation issue from convert #115

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

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

BenCurran98
Copy link
Contributor

Hey,

I've noticed that for some reason, when I try to precompile GaussianMixtures on Julia v1.11.3 (and also on v1.10.8) the precompilation hangs indefinitely. When I ctrl+c out of it, it says the last line it got stuck on was src/gmms.jl line 186.
After a little fiddling, I think the issue may have been that the convert method only used one parametric type for GMM and not both. Once I fixed this, the issue was resolved, so I think that works?
I'm not as familiar with this part of the code, so would appreciate any comments/feedback!

Thanks :)

@davidavdav davidavdav merged commit 9591202 into davidavdav:main Jan 24, 2025
2 of 3 checks passed
@davidavdav
Copy link
Owner

Thanks for tracking this (in my eyes) esoteric error down, and fixing it!

@BenCurran98
Copy link
Contributor Author

No worries, thanks for the speedy response! :)

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.

2 participants