IliaLarchenko commited on
Commit
3ae1921
1 Parent(s): 760a998

Reduced min test score to 0.2 because of switching to the smaller test model

Browse files
Files changed (1) hide show
  1. tests/test_simulation.py +1 -1
tests/test_simulation.py CHANGED
@@ -9,7 +9,7 @@ from typing import List, Dict, Any, Tuple
9
  INTERVIEW_TYPES = ["ml_design", "math", "ml_theory", "system_design", "sql", "coding"]
10
  EDGE_CASE_MODES = ["empty", "gibberish", "repeat"]
11
  MIN_AVERAGE_SCORE = 0.7
12
- MIN_INTERVIEW_SCORE = 0.3
13
  MAX_WORKERS = 5
14
 
15
 
 
9
  INTERVIEW_TYPES = ["ml_design", "math", "ml_theory", "system_design", "sql", "coding"]
10
  EDGE_CASE_MODES = ["empty", "gibberish", "repeat"]
11
  MIN_AVERAGE_SCORE = 0.7
12
+ MIN_INTERVIEW_SCORE = 0.2
13
  MAX_WORKERS = 5
14
 
15