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

implement boundary and normal of domain #84

Merged
merged 5 commits into from
Aug 14, 2021
Merged

implement boundary and normal of domain #84

merged 5 commits into from
Aug 14, 2021

Conversation

daanhb
Copy link
Member

@daanhb daanhb commented Jun 11, 2021

This is a work in progress to address #83

@codecov
Copy link

codecov bot commented Jun 11, 2021

Codecov Report

Merging #84 (4e40045) into master (31b29a2) will decrease coverage by 1.39%.
The diff coverage is 71.62%.

❗ Current head 4e40045 differs from pull request most recent head 6716483. Consider uploading reports for the commit 6716483 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
- Coverage   86.20%   84.80%   -1.40%     
==========================================
  Files          29       30       +1     
  Lines        2196     2376     +180     
==========================================
+ Hits         1893     2015     +122     
- Misses        303      361      +58     
Impacted Files Coverage Δ
src/DomainSets.jl 100.00% <ø> (ø)
src/applications/coordinates.jl 0.00% <0.00%> (ø)
src/domains/indicator.jl 93.54% <0.00%> (-3.12%) ⬇️
src/domains/trivial.jl 92.98% <0.00%> (-7.02%) ⬇️
src/maps/composite.jl 64.61% <0.00%> (-0.51%) ⬇️
src/domains/simplex.jl 67.90% <3.70%> (-32.10%) ⬇️
src/domains/levelset.jl 95.58% <25.00%> (-4.42%) ⬇️
src/maps/affine.jl 82.40% <33.33%> (-0.60%) ⬇️
src/domains/interval.jl 94.41% <38.46%> (-4.39%) ⬇️
src/domains/ball.jl 97.32% <57.14%> (-1.11%) ⬇️
... and 12 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 31b29a2...6716483. Read the comment docs.

@daanhb daanhb merged commit 6716483 into master Aug 14, 2021
@daanhb daanhb deleted the dh/boundary branch November 22, 2023 13:06
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.

1 participant