Skip to content

Commit 03a5f80

Browse files
committed
Update test and analysis
1 parent 6d62219 commit 03a5f80

File tree

5 files changed

+727
-954
lines changed

5 files changed

+727
-954
lines changed

graph_net/analysis_util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,8 @@ def print_stat_info(
291291
get_correctness(eager_dtypes[i], t_key, correctness_data, i)
292292
for i in range(output_count)
293293
)
294-
if not is_correct:
295-
fail_type = "accuracy"
294+
if not is_correct:
295+
fail_type = "accuracy"
296296

297297
# Collect statistics
298298
if is_correct:

0 commit comments

Comments
 (0)