Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoTimer] fix logic checkSimilarity #983

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Conversation

Dima73
Copy link
Contributor

@Dima73 Dima73 commented Jan 26, 2024

  1. At this point(Short Descriptions) we assume the similarity match to
    be True/False unless we have been asked to check Extended Descriptions and we
    have both Extended Descriptions in place; in which case we test them.
    2)Remove shortdesc1 in shortdesc2
    This is not true in principle and breaks all logic ratio.
    E.g.
    shortdesc1 = "news"
    shortdesc2 = "Sunday news (weekly review)"
    shortdesc1 in shortdesc2 --> answer True
    3)Remove unused old code(checkSimilarityOE)

1)   At this point(Short Descriptions) we assume the similarity match to
be True unless we have been asked to check Extended Descriptions and we
have *both* Extended Descriptions in place; in which case we test them.
2)Remove shortdesc1 in shortdesc2
This is not true in principle and breaks all logic ratio.
E.g.
shortdesc1 = "news"
shortdesc2 = "Sunday news (weekly review)"
shortdesc1 in shortdesc2 --> answer True
@WanWizard WanWizard merged commit edb82bf into OpenPLi:python3 Jan 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants