JuliaEarth / ExtremeStats.jl

Extreme value statistics in Julia
MIT License
34 stars 5 forks source link

typo fix and updated for JuMP 0.19+ #3

Closed Balinus closed 5 years ago

Balinus commented 5 years ago

I think it might be a good idea to still give estimated parameters, even if the solution is not optimal and only send a warning ?

codecov-io commented 5 years ago

Codecov Report

Merging #3 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #3   +/-   ##
=======================================
  Coverage   39.42%   39.42%           
=======================================
  Files           7        7           
  Lines         104      104           
=======================================
  Hits           41       41           
  Misses         63       63
Impacted Files Coverage Δ
src/fitting.jl 0% <0%> (ø) :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 1a44530...65fc7c3. Read the comment docs.

juliohm commented 5 years ago

Thank you @Balinus ! Merging it :ok_hand: