You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: