-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
Added documentation for Trust region radius update schemes #199
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.
AI-Maintainer Review for PR - Added documentation for Trust region radius update schemes
Title and Description 👍
Scope of Changes 👍
Documentation 👍
Testing 👎
Suggested Changes
- Please provide a description for the pull request that gives more context or details about the added documentation.
- Please include information about how you tested the changes to ensure their accuracy and functionality.
Reviewed with AI Maintainer
@ChrisRackauckas ready to merge |
Codecov Report
@@ Coverage Diff @@
## master #199 +/- ##
=======================================
Coverage 93.73% 93.73%
=======================================
Files 7 7
Lines 718 718
=======================================
Hits 673 673
Misses 45 45
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -1,8 +1,52 @@ | |||
EnumX.@enumx RadiusUpdateSchemes begin |
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.
Add a docstring to the enum type as well describing what these do.
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.
okay got it
fixed |
No description provided.