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

Bug removal -- Problem suggestor is suggesting already solved problems #5

Open
gpk2000 opened this issue Jun 19, 2020 · 4 comments
Open
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@gpk2000
Copy link

gpk2000 commented Jun 19, 2020

No description provided.

@rudradesai200
Copy link
Owner

Hii, can you please share some more details? A screenshot would help more.

@rudradesai200
Copy link
Owner

Hii, I have checked the code again. It is not possible that the suggestor is suggesting the solved problems, because, I have specially excluded them from the suggestion list. You can check it yourself here.

for x in prbnames:
prbs.exclude(name=x)
. And if you still think that this is an issue, Please attach some more details here. For now, I am closing this issue!

@rudradesai200 rudradesai200 added the invalid This doesn't seem right label Jun 26, 2020
@rudradesai200
Copy link
Owner

I am using Codeforces APIs to provide these recommendations, but sometimes, if the same problem is present in div2 and div1, they may have different problem ids even if they are the same. This can be the major source of error which cannot be eliminated.

@rudradesai200
Copy link
Owner

@rudradesai200 rudradesai200 reopened this Jul 8, 2020
@rudradesai200 rudradesai200 changed the title Problem suggestor is suggesting already solved problems Bug removal -- Problem suggestor is suggesting already solved problems Jul 8, 2020
@rudradesai200 rudradesai200 added bug Something isn't working help wanted Extra attention is needed and removed invalid This doesn't seem right labels Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants
@rudradesai200 @gpk2000 and others