Skip to content
Snippets Groups Projects
Commit aa336fac authored by Teresa Weßels's avatar Teresa Weßels
Browse files

deleted trailing whitespace

parent 335cc5e3
No related branches found
No related tags found
No related merge requests found
Pipeline #31121 passed
......@@ -153,7 +153,7 @@ def restrict_points(point_array, data_array, bounds):
if bounds[2] <= pos[1] <= bounds[3]:
if bounds[4] <= pos[2] <= bounds[5]:
point_restricted.append(pos)
data_restricted.append(data_array[i])
data_restricted.append(data_array[i])
point_restricted = np.array(point_restricted)
data_restricted = np.array(data_restricted)
return point_restricted, data_restricted
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