Commit
·
91c72e9
1
Parent(s):
5cfd8df
correct comments
Browse files- .DS_Store +0 -0
- __pycache__/app.cpython-39.pyc +0 -0
- __pycache__/content.cpython-311.pyc +0 -0
- __pycache__/content.cpython-39.pyc +0 -0
- __pycache__/scorer.cpython-311.pyc +0 -0
- __pycache__/scorer.cpython-39.pyc +0 -0
- app.py +2 -2
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
__pycache__/app.cpython-39.pyc
ADDED
Binary file (11.6 kB). View file
|
|
__pycache__/content.cpython-311.pyc
ADDED
Binary file (9.01 kB). View file
|
|
__pycache__/content.cpython-39.pyc
ADDED
Binary file (8.77 kB). View file
|
|
__pycache__/scorer.cpython-311.pyc
ADDED
Binary file (4.69 kB). View file
|
|
__pycache__/scorer.cpython-39.pyc
ADDED
Binary file (2.66 kB). View file
|
|
app.py
CHANGED
@@ -34,8 +34,8 @@ def get_dataframe_from_results(eval_path):
|
|
34 |
else:
|
35 |
df = df.sort_values(
|
36 |
by=["Verified", "Average SR"],
|
37 |
-
ascending=[False, False],
|
38 |
-
kind="mergesort"
|
39 |
)
|
40 |
|
41 |
for col in ['Easy', 'Medium', 'Hard', 'Average SR']:
|
|
|
34 |
else:
|
35 |
df = df.sort_values(
|
36 |
by=["Verified", "Average SR"],
|
37 |
+
ascending=[False, False],
|
38 |
+
kind="mergesort"
|
39 |
)
|
40 |
|
41 |
for col in ['Easy', 'Medium', 'Hard', 'Average SR']:
|