Skip to content
Snippets Groups Projects
Commit 2d574a2a authored by Malte Nyhuis's avatar Malte Nyhuis
Browse files

warning removal

parent 5310a825
No related branches found
No related tags found
1 merge request!58warning removal
Pipeline #15776 passed
import warnings
import numpy as np
from ntrfc.geometry.line import polyline_from_points, refine_spline
......@@ -49,8 +47,6 @@ def extractSidePolys(ind_1, ind_2, sortedPoly):
side_one = sortedPoly.extract_points(side_one_idx)
side_two = sortedPoly.extract_points(side_two_idx)
warnings.warn(
'Warning: the position of ssPoly and psPoly in the return of extractSidePolys changed. In case of unexpected results of your application, check the usage of ssPoly and psPoly')
return side_one, side_two
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment