Skip to content

Commit

Permalink
Fix pydocs
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Oct 24, 2024
1 parent 95e696c commit d2f4570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/machine_learning/boosting_featurizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def _is_all_log_lines(self) -> dict[str, int]:
def is_only_merged_small_logs(self) -> dict[str, int]:
"""Check if the query log and search results contain only merged small logs.
:return: dict with issue type as key and value as 1 if both logs contain only merged small logs, 0 otherwise
:return: dict with issue type as key and value as 0 if both logs contain only merged small logs, 1 otherwise
"""
scores_by_issue_type = self.find_most_relevant_by_type()
similarity_percent_by_type = {}
Expand Down

0 comments on commit d2f4570

Please sign in to comment.