Closed timmens closed 1 year ago
Merging #443 (25cb4eb) into main (75d3747) will increase coverage by
0.12%
. The diff coverage is97.97%
.
@@ Coverage Diff @@
## main #443 +/- ##
==========================================
+ Coverage 92.86% 92.98% +0.12%
==========================================
Files 244 248 +4
Lines 18497 18526 +29
==========================================
+ Hits 17177 17227 +50
+ Misses 1320 1299 -21
Impacted Files | Coverage Δ | |
---|---|---|
src/estimagic/optimization/tranquilo/options.py | 100.00% <ø> (ø) |
|
src/estimagic/optimization/tranquilo/weighting.py | 81.81% <ø> (ø) |
|
src/estimagic/visualization/deviation_plot.py | 100.00% <ø> (ø) |
|
src/estimagic/visualization/visualize_tranquilo.py | 84.97% <ø> (-0.14%) |
:arrow_down: |
...s/optimization/tranquilo/test_estimate_variance.py | 100.00% <ø> (ø) |
|
src/estimagic/optimization/tranquilo/fit_models.py | 86.36% <85.71%> (-0.70%) |
:arrow_down: |
src/estimagic/optimization/tranquilo/bounds.py | 94.11% <94.11%> (ø) |
|
src/estimagic/optimization/tranquilo/region.py | 97.14% <97.14%> (ø) |
|
...timagic/optimization/tranquilo/aggregate_models.py | 87.27% <100.00%> (-0.45%) |
:arrow_down: |
...imagic/optimization/tranquilo/estimate_variance.py | 100.00% <100.00%> (ø) |
|
... and 17 more |
... and 1 file with indirect coverage changes
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
In this PR, we clean up certain components of tranquilo:
bounds.py
for theBounds
dataclass.region.py
for theRegion
dataclassmap_to_unit
andmap_from_unit
for transitioning between the unit space used in points sampling, fitting, and solving the subproblem, and the regular trustregion space.ModelInfo
with the stringmodel_type
which can only be eitherlinear
orquadratic
.