Fixed tests.

This commit is contained in:
Jindra Petřík
2025-08-02 19:19:28 +02:00
parent 95b7abb9bc
commit 922cd45084
27 changed files with 168 additions and 124 deletions

View File

@@ -2390,6 +2390,7 @@ public class Graph {
*/
protected final void translatePart(List<GraphTargetItem> output, BaseLocalData localData, GraphPart part, TranslateStack stack, int staticOperation, String path) throws InterruptedException, GraphPartChangeException {
List<GraphPart> sub = part.getSubParts();
stack.setConnectedOutput(0, output);
int end;
for (GraphPart p : sub) {
if (p.end == -1) {