infiniteopt / InfiniteOpt.jl

An intuitive modeling interface for infinite-dimensional optimization problems.
https://infiniteopt.github.io/InfiniteOpt.jl/stable
MIT License
251 stars 17 forks source link

Fix Generative Supports for Empty Sets #307

Closed pulsipher closed 1 year ago

pulsipher commented 1 year ago

Fixes #306.

codecov[bot] commented 1 year ago

Codecov Report

Merging #307 (10f7f6d) into master (c1b8f65) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #307   +/-   ##
=======================================
  Coverage   99.77%   99.77%           
=======================================
  Files          36       36           
  Lines        7095     7099    +4     
=======================================
+ Hits         7079     7083    +4     
  Misses         16       16           
Impacted Files Coverage Δ
src/MeasureToolbox/integrals.jl 100.00% <100.00%> (ø)
src/datatypes.jl 100.00% <100.00%> (ø)
pulsipher commented 1 year ago

The errors are because of https://github.com/jump-dev/JuMP.jl/issues/3330.