-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Precompute the rank of a data node in all the scenario config DAGs. #2072
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.
I agree with the principle. I let the others review the code 😄
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.
with comment
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
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.
Minor comments
1c622f9
to
dbd2949
Compare
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.
LGTM
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.
lgtm :D
Actually LNGTM. I don't like it, and I'm having difficulty explaining why. Please give me some time to figure it out. |
This PR has been labelled as "🥶Waiting for contributor" because it has been inactive for more than 14 days. If you would like to continue working on this PR, then please add new commit or another comment, otherwise this PR will be closed in 14 days. For more information please refer to the contributing guidelines. |
- get_rank with scenario config id - hide empty branch on search
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 51.87% (-0.21% 🔻) |
263/507 |
🔴 | Branches | 21.61% (-0.14% 🔻) |
67/310 |
🔴 | Functions | 14.66% | 17/116 |
🔴 | Lines | 53.19% (-0.23% 🔻) |
242/455 |
Show files with reduced coverage 🔻
St.❔ |
File | Statements | Branches | Functions | Lines |
---|---|---|---|---|---|
🔴 | CoreSelector.tsx | 31.32% (-0.24% 🔻) |
15.53% (-0.15% 🔻) |
15.38% | 33.33% (-0.28% 🔻) |
Test suite run success
7 tests passing in 1 suite.
Report generated by 🧪jest coverage report action from 59afe69
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🟢 | Statements | 87.36% | 3468/3970 |
🟡 | Branches | 69.12% | 2391/3459 |
🟢 | Functions | 83.16% | 642/772 |
🟢 | Lines | 87.82% | 3210/3655 |
Test suite run success
701 tests passing in 47 suites.
Report generated by 🧪jest coverage report action from 59afe69
resolves #2071
_rank
attribute as a dictionary.DataNodeConfig._rank
dictionary. The key is the scenario config ID, and the value is the rank of the data node in the scenario config DAG._rank
for a given scenario configuration.