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

Throw an error for particles-in-particles #160

Open
aplavin opened this issue Jan 7, 2025 · 0 comments
Open

Throw an error for particles-in-particles #160

aplavin opened this issue Jan 7, 2025 · 0 comments

Comments

@aplavin
Copy link
Contributor

aplavin commented Jan 7, 2025

Presumably, it's never intended to have Particles{T} where T contains Particles inside. But such a construction can accidentally happen, eg when making a mistake in Unitful Particles creation.
Currently, it attempts to compute the result, which can hang for a very long time when there are just 2-3 levels of "Particles nesting" with any nontrivial calculation.

If that's possible at least in some reasonable cases, would be nice to add the guardrail and throw some error immediately on construction.

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

No branches or pull requests

1 participant