-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️ Fix max iter #4272
♻️ Fix max iter #4272
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4272 +/- ##
========================================
- Coverage 86.2% 85.0% -1.2%
========================================
Files 804 976 +172
Lines 37613 41989 +4376
Branches 880 965 +85
========================================
+ Hits 32425 35713 +3288
- Misses 4984 6055 +1071
- Partials 204 221 +17
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
Looks good Mads
Code Climate has analyzed commit 9f4ec97 and detected 0 issues on this pull request. View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! |
Fix optimization example
What do these changes do?
Fix the maximum number of iterations in the example.
Related issue/s
How to test
DevOps Checklist