-
Notifications
You must be signed in to change notification settings - Fork 129
Remove Unbroadcast
Op
#1286
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
Remove Unbroadcast
Op
#1286
Conversation
a42d1eb
to
5b486cc
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1286 +/- ##
==========================================
- Coverage 82.03% 82.01% -0.02%
==========================================
Files 188 188
Lines 48567 48442 -125
Branches 8675 8659 -16
==========================================
- Hits 39841 39730 -111
+ Misses 6574 6566 -8
+ Partials 2152 2146 -6
🚀 New features to boost your workflow:
|
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.
-700 lines, you love to see it
else: | ||
# FIXME: This is never used | ||
nw_input = nw_inputs[in_idx][: (initl + nw_steps)] | ||
# Number of steps in the initial state |
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.
is that FIXME in the old code still relevant?
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.
Fixed with these changes
5b486cc
to
ad9f405
Compare
Follow up to #1281, remove weird Op that was only used in Scan graphs. Removing revealed a bug in the scan save memory that I attempted to fix a while ago in #236
📚 Documentation preview 📚: https://pytensor--1286.org.readthedocs.build/en/1286/