changes
Browse files- SkillMatcher.py +1 -1
SkillMatcher.py
CHANGED
@@ -101,7 +101,7 @@ class SkillMatch:
|
|
101 |
print("------------------------Beta Results - " + MatchId)
|
102 |
cursor_obj.close()
|
103 |
conn.close()
|
104 |
-
return str(MatchId) + ";" + str(TopScore[0][0].item()
|
105 |
|
106 |
def tuple_to_int(tup):
|
107 |
if len(tup) == 1:
|
|
|
101 |
print("------------------------Beta Results - " + MatchId)
|
102 |
cursor_obj.close()
|
103 |
conn.close()
|
104 |
+
return str(MatchId) + ";" + str(TopScore[0][0].item()) + ";" + str(CourseId)
|
105 |
|
106 |
def tuple_to_int(tup):
|
107 |
if len(tup) == 1:
|