Closed teubert closed 2 years ago
Merging #202 (785daf7) into dev (aeb4931) will decrease coverage by
0.84%
. The diff coverage is93.50%
.
@@ Coverage Diff @@
## dev #202 +/- ##
==========================================
- Coverage 90.53% 89.69% -0.85%
==========================================
Files 52 52
Lines 3266 3281 +15
==========================================
- Hits 2957 2943 -14
- Misses 309 338 +29
Impacted Files | Coverage Δ | |
---|---|---|
src/prog_algs/predictors/unscented_transform.py | 93.18% <71.42%> (-2.89%) |
:arrow_down: |
...g_algs/state_estimators/unscented_kalman_filter.py | 90.00% <71.42%> (-8.37%) |
:arrow_down: |
src/prog_algs/state_estimators/particle_filter.py | 84.26% <81.81%> (-11.03%) |
:arrow_down: |
src/prog_algs/predictors/monte_carlo.py | 91.76% <85.41%> (-2.49%) |
:arrow_down: |
tests/test_state_estimators.py | 92.01% <98.87%> (-1.94%) |
:arrow_down: |
examples/basic_example.py | 96.49% <100.00%> (+0.06%) |
:arrow_up: |
examples/benchmarking_example.py | 97.36% <100.00%> (+0.14%) |
:arrow_up: |
examples/horizon.py | 96.66% <100.00%> (+0.11%) |
:arrow_up: |
examples/kalman_filter.py | 90.00% <100.00%> (ø) |
|
examples/measurement_eqn_example.py | 85.18% <100.00%> (ø) |
|
... and 18 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 084c2a9...785daf7. Read the comment docs.
Fix bug in UT when horizon is set and is before the event occurs.