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

supported empty node types while node type filtering #1624

Merged
merged 3 commits into from
May 29, 2024

Conversation

shivamka1
Copy link
Collaborator

What changes were proposed in this pull request?

Support empty node type filter. For example, node_types = ["a", ""]

Why are the changes needed?

Same as above

Does this PR introduce any user-facing change? If yes is this documented?

Yes

How was this patch tested?

Unit test

Issues

If this resolves any issues, please link to them here, the format is a KEYWORD followed by @_
KEYWORDS available are close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved.
Please delete this text before creating your PR

Are there any further changes required?

No

@shivamka1 shivamka1 requested a review from miratepuffin May 29, 2024 14:08
@shivamka1
Copy link
Collaborator Author

#1625

@@ -200,6 +200,7 @@ mod db_tests {
use super::*;
use crate::{
algorithms::components::weakly_connected_components,
arrow::graph_impl::ArrowGraph,
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove this and good to merge

@miratepuffin miratepuffin merged commit ec2c437 into master May 29, 2024
13 checks passed
@miratepuffin miratepuffin deleted the support-emtpy-node-types branch May 29, 2024 21:11
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