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

Segmentation fault when forgetting to invoke ModeSolver.init_params #167

Open
florinhem opened this issue Jan 2, 2025 · 0 comments
Open

Comments

@florinhem
Copy link

Creating a ModeSolver object without initializing the simulation using ModeSolver.init_params() (or running the simulation), leads to a segmentation fault (core dumped) when the function ModeSolver.get_epsilon_point is called. I understand that the parameters need to be initialized, but I think the function get_epsilon_point should raise an error instead of producing the segmentation fault.

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