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
He means exactly what you said: The raise statement should be removed since there is no exception to re-raise which will result in an exception itself.
In /tools/geometry_utils.py in the function get_line_intersection_with_plane is a small bug in line 132. One can just remove the raise.
https://github.com/SiLab-Bonn/beam_telescope_analysis/blob/master/beam_telescope_analysis/tools/geometry_utils.py#L132C1-L132C14
The text was updated successfully, but these errors were encountered: