bbopt / NOMAD.jl

Julia interface to the NOMAD blackbox optimization software
Other
47 stars 5 forks source link

Add initial mesh size parameter #46

Closed salomonl closed 2 years ago

salomonl commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #46 (cfbfd78) into master (994d473) will increase coverage by 0.14%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   95.78%   95.93%   +0.14%     
==========================================
  Files           4        4              
  Lines         285      295      +10     
==========================================
+ Hits          273      283      +10     
  Misses         12       12              
Impacted Files Coverage Δ
src/core.jl 96.85% <100.00%> (+0.26%) :arrow_up:

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 994d473...cfbfd78. Read the comment docs.

amontoison commented 2 years ago

@salomonl I recompiled NOMAD v4.0.1 with an older GCC compiler (https://github.com/JuliaPackaging/Yggdrasil/pull/3747) and it solved the CI issues with Julia 1.3.

amontoison commented 2 years ago

Thanks !