Vaibhav84 commited on
Commit
37c0254
·
1 Parent(s): 2c7c324
Files changed (1) hide show
  1. 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(),1) + ";" + str(CourseId)
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: