Skip to content

Commit 063489c

Browse files
committed
Update test script.
1 parent 2ace973 commit 063489c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

graph_net/test/subgraph_decompose_and_evaluation_step_test.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,11 @@ echo "Init Size: $INITIAL_MAX_SIZE"
6969
echo "--------------------------------------------------------"
7070

7171
python3 -m graph_net.subgraph_decompose_and_evaluation_step \
72-
--log-file="$LOG_FILE" \
73-
--output-dir="$OUTPUT_DIR" \
74-
--framework="${FRAMEWORK}" \
75-
--test-config="$TEST_CONFIG_B64" \
72+
--log-file "$LOG_FILE" \
73+
--output-dir "$OUTPUT_DIR" \
74+
--framework "${FRAMEWORK}" \
75+
--test-config "$TEST_CONFIG_B64" \
76+
--decompose-method "uniform" \
7677
--tolerance $TOLERANCE \
7778
--max-subgraph-size="$INITIAL_MAX_SIZE"
7879

0 commit comments

Comments
 (0)