-
Notifications
You must be signed in to change notification settings - Fork 312
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
Finalize fix of not needing to store transition criterion on steps #1985
Conversation
This pull request was exported from Phabricator. Differential Revision: D50752054 |
…acebook#1985) Summary: This diff: Finalizes the fix to the storage by removing the need to unset transiton criteria and doesn't store transition criterion anymore. It can do so because in the decoder we reconstruct the generation step, which automatically fills in the relevant node fields during its init method. Differential Revision: D50752054
…acebook#1985) Summary: This diff: Finalizes the fix to the storage by removing the need to unset transiton criteria and doesn't store transition criterion anymore. It can do so because in the decoder we reconstruct the generation step, which automatically fills in the relevant node fields during its init method. Reviewed By: lena-kashtelyan Differential Revision: D50752054
…acebook#1985) Summary: This diff: Finalizes the fix to the storage by removing the need to unset transiton criteria and doesn't store transition criterion anymore. It can do so because in the decoder we reconstruct the generation step, which automatically fills in the relevant node fields during its init method. Reviewed By: lena-kashtelyan Differential Revision: D50752054
dcd360b
to
6a3bc3e
Compare
This pull request was exported from Phabricator. Differential Revision: D50752054 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1985 +/- ##
==========================================
- Coverage 94.46% 94.46% -0.01%
==========================================
Files 460 460
Lines 44038 44034 -4
==========================================
- Hits 41599 41595 -4
Misses 2439 2439 ☔ View full report in Codecov by Sentry. |
…acebook#1985) Summary: This diff: Finalizes the fix to the storage by removing the need to unset transiton criteria and doesn't store transition criterion anymore. It can do so because in the decoder we reconstruct the generation step, which automatically fills in the relevant node fields during its init method. Reviewed By: lena-kashtelyan Differential Revision: D50752054
6a3bc3e
to
f84282b
Compare
This pull request was exported from Phabricator. Differential Revision: D50752054 |
This pull request has been merged in b3ee6c9. |
Summary:
This diff:
Finalizes the fix to the storage by removing the need to unset transiton criteria and doesn't store transition criterion anymore. It can do so because in the decoder we reconstruct the generation step, which automatically fills in the relevant node fields during its init method.
Differential Revision: D50752054