-
Notifications
You must be signed in to change notification settings - Fork 7
Fix handling of null transducer models (#218) #219
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 handling of null transducer models (#218) #219
Conversation
|
added @sadhana-r for visibility and but you don't have to review unless you want to |
arhowe00
left a comment
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.
I tested this on main and this branch with the M2 transducer, and everything seems to work. A few discussion points.
Part of the work for #218 Co-authored-by: Andrew Howe <arhowe00@gmail.com>
- Make intent more clear by parametrizing with `Optional[str]` and initializing paths within the test.
|
My type checker doesn't give any complaints about the one above, and we don't need to use empty path |
arhowe00
left a comment
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.
Ready to merge unless @ebrahimebrahim you would like to revert the changes I made to the testing function or add more
Closes #218
Added a test that fails before and passes after this fix