-
Notifications
You must be signed in to change notification settings - Fork 64
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
Determinized regex ordering #235
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eliotwrobson Left a comment noting one one trivial observation, but otherwise looks good to me!
@eliotwrobson Actually, I see that tests are failing on 3.8 and 3.12. Will need those tests to pass before merging. |
Co-authored-by: Caleb Evans <[email protected]>
@caleb531 yes, it looks like we're still getting some non-deterministic behavior still. I'll have to take another look later, I'm not quite sure where that behavior might be creeping in. Feel free to take a look if you like in the meantime. |
Resolves #231 by determinizing the order that nodes get removed in the GNFA algorithm, and adds a corresponding test.