Skip to content

Commit ef18629

Browse files
committed
Fix style.
1 parent 30820d2 commit ef18629

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

openjudge/analyzer/statistical/consistency_analyzer.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,10 @@ def analyze(
113113
first_run_results = dataset
114114
second_run_results = grader_results
115115
else:
116-
# Insufficient argments for the current call signature: dataset and another grader result exist, but the 2nd argment (grader result) does not have value.
117-
# or none of dataset, grader_results, another_grader_results exists
116+
# 1. Insufficient argments for the current call signature:
117+
# dataset and another grader result exist,
118+
# but the 2nd argment (grader result) does not have value.
119+
# Or 2. none of dataset, grader_results, another_grader_results exists.
118120
first_run_results = []
119121
second_run_results = []
120122

0 commit comments

Comments
 (0)