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

Don't Exclude Suspended Cards from Retreivability Graph #3665

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

brishtibheja
Copy link
Contributor

@brishtibheja brishtibheja commented Dec 24, 2024

@user1823
Copy link
Contributor

user1823 commented Dec 24, 2024

Only the following part needs to be removed:

use crate::card::CardQueue;

            if card.queue == CardQueue::Suspended {
                continue;
            }

Other changes are not related.

@brishtibheja
Copy link
Contributor Author

Does it look good now?

Copy link
Contributor

@user1823 user1823 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@brishtibheja brishtibheja changed the title Revert "Fix/skip suspended cards in graphs context retrievability" Don't Exclude Suspended Cards from Retreivability Graph Dec 24, 2024
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