Skip to content

Enable iteration by Events for Non-ordered Graph - #88

Merged
Jacob-Chmura merged 1 commit into
mainfrom
dev/augment_iter
Jul 3, 2025
Merged

Enable iteration by Events for Non-ordered Graph#88
Jacob-Chmura merged 1 commit into
mainfrom
dev/augment_iter

Conversation

@Jacob-Chmura

Copy link
Copy Markdown
Member

Purpose

The purpose of this PR is to enable event-based iteration on an ordered graph. The current implementation simple enables the type of iteration where we previously raised a ValueError.

Things to consider

  • This iteration will be slow on CSR storage. When we get to that point, we should make it clear to users, with a warning message, for instance.

TODO

Relevant Prs

Close #85

@Jacob-Chmura Jacob-Chmura self-assigned this Jul 3, 2025
Comment thread test/unit/test_data.py

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Safe to ignore this file

@codecov

codecov Bot commented Jul 3, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@Jacob-Chmura
Jacob-Chmura marked this pull request as ready for review July 3, 2025 11:45
@Jacob-Chmura
Jacob-Chmura merged commit de3f59a into main Jul 3, 2025
6 checks passed
@Jacob-Chmura
Jacob-Chmura deleted the dev/augment_iter branch July 3, 2025 12:57
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.

Iterate by Events even when Graph has not-ordered time delta

2 participants