Skip to content
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

#1199 - Add order reduction in overapproximation #1205

Merged
merged 2 commits into from
Mar 6, 2019
Merged

Conversation

mforets
Copy link
Member

@mforets mforets commented Mar 6, 2019

Closes #1199.

@mforets mforets requested a review from schillic March 6, 2019 14:24
@codecov-io
Copy link

Codecov Report

Merging #1205 into master will decrease coverage by 1.19%.
The diff coverage is 62.5%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #1205     +/-   ##
=========================================
- Coverage   91.25%   90.05%   -1.2%     
=========================================
  Files          62       62             
  Lines        2949     3128    +179     
=========================================
+ Hits         2691     2817    +126     
- Misses        258      311     +53
Impacted Files Coverage Δ
src/Approximations/overapproximate.jl 52.8% <62.5%> (-6.85%) ⬇️
src/Hyperrectangle.jl 84% <0%> (-16%) ⬇️
src/VPolytope.jl 75.92% <0%> (-7.2%) ⬇️
src/LazySet.jl 88.52% <0%> (-3.98%) ⬇️
src/HPolyhedron.jl 77.57% <0%> (-3.73%) ⬇️
src/Ball1.jl 100% <0%> (ø) ⬆️
src/HPolygon.jl 100% <0%> (ø) ⬆️
src/BallInf.jl 100% <0%> (ø) ⬆️
src/Singleton.jl 100% <0%> (ø) ⬆️
... and 14 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 ba1f869...c8560bd. Read the comment docs.

1 similar comment
@codecov-io
Copy link

codecov-io commented Mar 6, 2019

Codecov Report

Merging #1205 into master will decrease coverage by 1.19%.
The diff coverage is 62.5%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #1205     +/-   ##
=========================================
- Coverage   91.25%   90.05%   -1.2%     
=========================================
  Files          62       62             
  Lines        2949     3128    +179     
=========================================
+ Hits         2691     2817    +126     
- Misses        258      311     +53
Impacted Files Coverage Δ
src/Approximations/overapproximate.jl 52.8% <62.5%> (-6.85%) ⬇️
src/Hyperrectangle.jl 84% <0%> (-16%) ⬇️
src/VPolytope.jl 75.92% <0%> (-7.2%) ⬇️
src/LazySet.jl 88.52% <0%> (-3.98%) ⬇️
src/HPolyhedron.jl 77.57% <0%> (-3.73%) ⬇️
src/Ball1.jl 100% <0%> (ø) ⬆️
src/HPolygon.jl 100% <0%> (ø) ⬆️
src/BallInf.jl 100% <0%> (ø) ⬆️
src/Singleton.jl 100% <0%> (ø) ⬆️
... and 14 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 ba1f869...c8560bd. Read the comment docs.

@mforets
Copy link
Member Author

mforets commented Mar 6, 2019

(The build failure is unrelated to this PR.)

@mforets mforets merged commit 8708557 into master Mar 6, 2019
@mforets mforets deleted the mforets/1199 branch March 6, 2019 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants