Skip to content

Commit 181b293

Browse files
committed
add logfile for test
1 parent ef7d4b6 commit 181b293

File tree

2 files changed

+1291
-1
lines changed

2 files changed

+1291
-1
lines changed

graph_net/test/get_incorrect_models_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PROJECT_ROOT=$(dirname "$GRAPH_NET_DIR")
99
export PYTHONPATH="$PROJECT_ROOT:$PYTHONPATH"
1010

1111
TOLERANCE_LIST=(-2 -1 0 1 2)
12-
LOG_FILE_PATH="your/log/file/path"
12+
LOG_FILE_PATH="log_file_for_test.txt"
1313

1414
python3 - <<END
1515
from graph_net import analysis_util

0 commit comments

Comments
 (0)