-
Notifications
You must be signed in to change notification settings - Fork 855
Some refine works related to range-based for-loop of map constainer #1502
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
Some refine works related to range-based for-loop of map constainer #1502
Conversation
02d3144
to
bea79ad
Compare
@varunagrawal Can you help to take a look at the CI fails? Or, do I have to wait for reviewer approval to get rid of those fails? |
@dellaert Can anyone help me to review this PR? |
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, this is great! CI has to pass so I re-triggered windows CI run.
@zubingtan for some reason the windows CI failed. Could you merge in the latest develop and push? |
1. reserve vector size in DecisionTreeFactor::apply 2. use auto in range-base for-loop to avoid implictly conversion in VectorValues and DecisionTreeFactor. Some format issues are address, too (add spaces).
bea79ad
to
329041d
Compare
@dellaert done. Could you help to tigger the CI pipeline again? thanks ! |
So weird. I can't re-trigger. Maybe this is because of force-push? Can you just add a "dummy commit" (maybe reformat something slightly) and just "push" not force-push? stumped... |
@dellaert Done. And then I realized we really don't have this
|
Right, but how does that only pop up now? @varunagrawal this is also a think in tour PR. any ideas? For a fix? |
How about I make a PR to delete |
I wouldn't recommend deleting chartTesting since that's a symptom not the cause. My gut says that something changed in the Actions Windows image and that change is causing this issue. I'll take a closer look at it. |
However, |
Merge in develop to re-run windows CI? |
Done for merge, please help to re-trigger the CI. thanks~ |
This PR: