-
Notifications
You must be signed in to change notification settings - Fork 30
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 bugs in tranquilo #449
Conversation
Codecov Report
@@ Coverage Diff @@
## main #449 +/- ##
==========================================
+ Coverage 92.95% 93.21% +0.25%
==========================================
Files 249 247 -2
Lines 18311 18018 -293
==========================================
- Hits 17021 16795 -226
+ Misses 1290 1223 -67
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
About the two points you mention:
|
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 a lot! Very nice.
A last general comment: We should probably replace the suffix _centered
(e.g. for x, samples, ...) by _unit
.
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.
Very nice!
map_to_unit
andmap_from_unit
model.py
to the case of sphere and cube trustregions; focus onmove_model
.effective_center
andeffective_radius
toRegion
residualize
optionget_default_model_fitter
state.x
instead ofstate.trustregion.center
when appropriateNotes for reviewer:
filter_points.py
line 96-97:new_history.py
line 207-213: