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

Added generative support paradigm #99

Merged
merged 5 commits into from
Mar 2, 2021
Merged

Added generative support paradigm #99

merged 5 commits into from
Mar 2, 2021

Conversation

pulsipher
Copy link
Collaborator

@pulsipher pulsipher commented Mar 2, 2021

Implements generative supports as a better paradigm for supports that generated with respect to finite elements. Thus, this is a needed intermediate step to address #86.

This also refines the transcription support warning and thus will close #100.

@codecov
Copy link

codecov bot commented Mar 2, 2021

Codecov Report

Merging #99 (f7e1766) into master (ef3b82d) will increase coverage by 0.02%.
The diff coverage is 99.40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   99.80%   99.82%   +0.02%     
==========================================
  Files          36       36              
  Lines        5072     5176     +104     
==========================================
+ Hits         5062     5167     +105     
+ Misses         10        9       -1     
Impacted Files Coverage Δ
src/InfiniteOpt.jl 100.00% <ø> (ø)
src/MeasureToolbox/expectations.jl 100.00% <ø> (ø)
src/MeasureToolbox/integrals.jl 99.47% <ø> (ø)
src/MeasureToolbox/support_sums.jl 100.00% <ø> (ø)
src/general_variables.jl 98.96% <ø> (ø)
src/results.jl 100.00% <ø> (ø)
src/measures.jl 99.72% <97.61%> (-0.28%) ⬇️
src/TranscriptionOpt/optimize.jl 100.00% <100.00%> (ø)
src/TranscriptionOpt/transcribe.jl 99.65% <100.00%> (-0.01%) ⬇️
src/array_parameters.jl 100.00% <100.00%> (ø)
... and 6 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 ef3b82d...f7e1766. Read the comment docs.

@pulsipher pulsipher self-assigned this Mar 2, 2021
@pulsipher pulsipher merged commit c49e091 into master Mar 2, 2021
@pulsipher pulsipher deleted the internal_supports branch March 2, 2021 19:09
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.

Improved Support Combinatorics Checker
1 participant