-
Notifications
You must be signed in to change notification settings - Fork 5
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 shape inference for Loop #198
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.
The overall approach looks sound to me.
Note, that this does not run the test actions, so we should wait before merging. |
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.
Thanks, let's fix test CI then merge!
This is provisionally approved but I'll reapprove once the test action is fixed.
Fix inconsistencies Signed-off-by: neNasko1 <[email protected]> Add CHANGELOG Signed-off-by: neNasko1 <[email protected]> Fix docstring Signed-off-by: neNasko1 <[email protected]> Apply suggestions from code review Co-authored-by: Aditya Goel <[email protected]> Comments after code review Signed-off-by: neNasko1 <[email protected]> Comments after code review Signed-off-by: neNasko1 <[email protected]> Fix license Signed-off-by: neNasko1 <[email protected]>
a3a8723
to
561a01f
Compare
Signed-off-by: neNasko1 <[email protected]>
Co-authored-by: Aditya Goel <[email protected]>
Thanks for the help 🚀 |
This PR is based on the discussions in #163 and #164 and is a best effort solution to fill the type inferencing hole referenced.
I provided a short summary of the current state to make it easier to follow the current discussion.
Note: This is not a complete implementation as mentioned by the comment in #163.
Checklist
CHANGELOG.rst
entry