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

fix: make Python algorithms consistently return a VectorFst #280

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

Conversation

dhdaines
Copy link
Contributor

@dhdaines dhdaines commented Aug 15, 2024

Fixes #279

Also fix the quite bogus code in rustfst.algorithms.rm_epsilon which called the underlying function with an extra (bogus) argument and returned a mysterious (bogus) pointer.

@dhdaines dhdaines changed the title fix: make algorithms consistently return a VectorFst fix: make Python algorithms consistently return a VectorFst Aug 15, 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.

Python algorithms and related VectorFst methods have inconsistent return values (self or None)
1 participant