lschlessinger
commited on
Commit
·
416a506
1
Parent(s):
d08a093
remove comment
Browse files
app.py
CHANGED
@@ -10,7 +10,6 @@ def usatt_rating_analyzer(file_obj):
|
|
10 |
df, is_tournament = mp.load_match_df(Path(file_obj.name))
|
11 |
|
12 |
# Create outputs.
|
13 |
-
# player_name = mp.get_player_name(Path(file_obj.orig_name).stem)
|
14 |
current_rating = mp.get_current_rating(df)
|
15 |
peak_rating = mp.get_max_rating(df)
|
16 |
n_competitions_played = mp.get_num_competitions_played(df, is_tournament)
|
|
|
10 |
df, is_tournament = mp.load_match_df(Path(file_obj.name))
|
11 |
|
12 |
# Create outputs.
|
|
|
13 |
current_rating = mp.get_current_rating(df)
|
14 |
peak_rating = mp.get_max_rating(df)
|
15 |
n_competitions_played = mp.get_num_competitions_played(df, is_tournament)
|