Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
IliaLarchenko
commited on
Commit
•
92c510e
1
Parent(s):
8e8067f
Relaxed individual test results
Browse files- tests/test_e2e.py +1 -1
tests/test_e2e.py
CHANGED
@@ -6,7 +6,7 @@ import logging
|
|
6 |
from typing import List
|
7 |
|
8 |
|
9 |
-
def complete_and_grade_interview(interview_type: str, mode: str = "normal", min_score=0.
|
10 |
"""
|
11 |
Complete an interview and return the overall score.
|
12 |
|
|
|
6 |
from typing import List
|
7 |
|
8 |
|
9 |
+
def complete_and_grade_interview(interview_type: str, mode: str = "normal", min_score=0.3) -> float:
|
10 |
"""
|
11 |
Complete an interview and return the overall score.
|
12 |
|