Skip to content

Commit 998f654

Browse files
committed
Removed shuffle of waypoints in unit test since raster organization modifier no longer reorganizes waypoints
1 parent 197e363 commit 998f654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noether_tpp/test/tool_path_modifier_utest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ TEST(ToolPathModifierTests, OrganizationModifiersTest)
347347
const unsigned n_segments = 2;
348348
const unsigned n_waypoints = 10;
349349
const ToolPaths tool_paths = createRasterGridToolPath(n_paths, n_segments, n_waypoints);
350-
const ToolPaths shuffled_tool_paths = shuffle(tool_paths, true);
350+
const ToolPaths shuffled_tool_paths = shuffle(tool_paths, false);
351351

352352
// Create a raster pattern from the original tool paths
353353
RasterOrganizationModifier raster;

0 commit comments

Comments
 (0)