Skip to content

Commit

Permalink
Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryRyumin committed Aug 28, 2024
1 parent 49eb422 commit 7fb3391
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion oceanai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__uri__ = "https://github.com/DmitryRyumin/oceanai"

__version__ = "1.0"
__release__ = __version__ + ".0a31"
__release__ = __version__ + ".0a32"

__author__ru__ = "Рюмина Елена, Рюмин Дмитрий, Карпов Алексей"
__author__en__ = "Elena Ryumina, Dmitry Ryumin, Alexey Karpov"
Expand Down
2 changes: 0 additions & 2 deletions oceanai/modules/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -4013,8 +4013,6 @@ def _professional_match(

match, score = self._compatibility_percentage(need_type, personality_type, curr_weights)

score = np.sum(np.abs(curr_weights))

self._df_files_MBTI_job_match.loc[
str(path + 1),
name_mbti.tolist() + ["MBTI", "MBTI_Score", "Match"],
Expand Down

0 comments on commit 7fb3391

Please sign in to comment.