We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3dc69 commit 159cc52Copy full SHA for 159cc52
util.py
@@ -138,6 +138,6 @@ def find_skillset_rating(values):
138
# are the skillset ratings.
139
def find_ratings(skillsets_values):
140
ratings = [find_skillset_rating(np.array(values)) for values in skillsets_values]
141
- overall = (sum(ratings) - min(ratings)) / 6
+ overall = sum(ratings) / 7
142
ratings.insert(0, overall)
143
return ratings
0 commit comments