-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Add ability to pass custom metrics to geodesic code. #625
Conversation
Codecov Report
@@ Coverage Diff @@
## main #625 +/- ##
=======================================
Coverage 97.33% 97.33%
=======================================
Files 68 68
Lines 2512 2515 +3
=======================================
+ Hits 2445 2448 +3
Misses 67 67
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Hi @a3ahmad. Thanks for the PR. I am busy right now. I can post a proper review after around 2-3 hours. Although, at a glance, the addition seems fine. You will have to add a unit-test so that Code Coverage does not decrease. But wait till I post the review. |
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.
@a3ahmad Can you also squash the last few commits into one? Feel free to ask if you face issues. |
31ddeb0
to
02f89cd
Compare
@JeS24 Simplified the unit test, as suggested, and squashed the commits. |
@a3ahmad Can you force push once more? The AppVeyor test failed due to some Cloudfare issue at the time. |
02f89cd
to
b92e66f
Compare
@JeS24 Done. Looks like all the tests pass, now. |
Thanks @a3ahmad. Merging now. |
Add ability to provide a metric-generating function to Geodesics