-
Notifications
You must be signed in to change notification settings - Fork 321
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
node <> model 3/n: update should_transition_to_next_node #2447
Conversation
This pull request was exported from Phabricator. Differential Revision: D57132018 |
This pull request was exported from Phabricator. Differential Revision: D57132018 |
Summary: Pull Request resolved: facebook#2447 This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward. If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important. Differential Revision: D57132018
Summary: This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward. If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important. Differential Revision: D57132018
Summary: This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward. If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important. Differential Revision: D57132018
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2447 +/- ##
=======================================
Coverage 95.31% 95.31%
=======================================
Files 496 496
Lines 48274 48300 +26
=======================================
+ Hits 46012 46039 +27
+ Misses 2262 2261 -1 ☔ View full report in Codecov by Sentry. |
Summary: This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward. If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important. Differential Revision: D57132018
This pull request was exported from Phabricator. Differential Revision: D57132018 |
Summary: This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward. If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important. Differential Revision: D57132018
Summary: This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward. If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important. Differential Revision: D57132018
Summary: This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward. If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important. Differential Revision: D57132018
Summary: This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward. If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important. Differential Revision: D57132018
Summary: This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward. If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important. Differential Revision: D57132018
Summary: This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward. If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important. Differential Revision: D57132018
Summary: This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward. If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important. Reviewed By: lena-kashtelyan Differential Revision: D57132018
29c3146
to
bbb9873
Compare
This pull request was exported from Phabricator. Differential Revision: D57132018 |
Summary: This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward. If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important. Reviewed By: lena-kashtelyan Differential Revision: D57132018
bbb9873
to
6dbffd2
Compare
This pull request was exported from Phabricator. Differential Revision: D57132018 |
Summary: This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward. If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important. Reviewed By: lena-kashtelyan Differential Revision: D57132018
6dbffd2
to
ec00415
Compare
Summary: This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward. If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important. Reviewed By: lena-kashtelyan Differential Revision: D57132018
This pull request was exported from Phabricator. Differential Revision: D57132018 |
Summary: This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward. If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important. Reviewed By: lena-kashtelyan Differential Revision: D57132018
ec00415
to
ec7805a
Compare
This pull request was exported from Phabricator. Differential Revision: D57132018 |
This pull request has been merged in 8926797. |
Summary:
This diff builds on the previous diff, and uses the new property that we added for TC to decide if the gs should move forward.
If all criterion that specificy a transition edge between nodes are met, we move to that node. We progress through tc in order -- meaning when constructing a gs tc ordering is important.
Differential Revision: D57132018