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

Persistent Graph boundry fix #1785

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Conversation

miratepuffin
Copy link
Collaborator

What changes were proposed in this pull request?

Change the check for node inclusion in Persistent Graphs to not include nodes that were created outside of the window.
Added several tests for all of our window functions on the Persistant Graph

Why are the changes needed?

Empty nodes were being returned when on a boundry

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

This was creating becuase of the new docs

How was this patch tested?

New suite of tests

Are there any further changes required?

Yes, new bug discovered with hanging deletions, to be fixed after this.

Copy link
Collaborator

@ljeub-pometry ljeub-pometry left a comment

Choose a reason for hiding this comment

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

Looks good

@miratepuffin miratepuffin merged commit b992030 into master Sep 20, 2024
19 checks passed
@miratepuffin miratepuffin deleted the fix/persistent_graph_boundaries branch September 20, 2024 07:47
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