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

[bug] No specific error message associated with Mesh2D inputs that have zero-length electronic stopping correction factor lists #241

Open
drobnyjt opened this issue Apr 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@drobnyjt
Copy link
Collaborator

This input:

electronic_stopping_correction_factors = []

Produces the no-context error of:

Processing 10 ions...
Initializing with 4 threads...
[00:00:00][----------------------------------------][00:00:00] 0%
thread 'main' panicked at src\geometry.rs:419:26:
index out of bounds: the len is 0 but the index is 0

It should have crashed at the parsing step with an error associated with this kind of mistake.

@drobnyjt drobnyjt added the bug Something isn't working label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant