Skip to content

Conversation

@frapac
Copy link
Member

@frapac frapac commented Jun 6, 2017

No description provided.

.travis.yml Outdated
- julia -e 'Pkg.clone(pwd()); Pkg.build("StochDynamicProgramming"); Pkg.test("StochDynamicProgramming"; coverage=true)'
before_script:
- julia -e 'Pkg.clone("https://github.com/StructJuMP/StructJuMP.jl.git")'
- julia -e 'Pkg.clone("https://github.com/blegat/StochasticDualDynamicProgramming.jl")'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

StructJuMP does not need to be cloned anymore

README.md Outdated

```julia
julia> Pkg.update()
julia> Pkg.clone("https://github.com/blegat/StochasticDualDynamicProgramming.jl")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@leclere leclere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree to merge

@codecov-io
Copy link

codecov-io commented Jun 9, 2017

Codecov Report

Merging #150 into master will decrease coverage by 6.96%.
The diff coverage is 85.49%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #150      +/-   ##
==========================================
- Coverage    91.2%   84.24%   -6.97%     
==========================================
  Files          12       16       +4     
  Lines         853      825      -28     
==========================================
- Hits          778      695      -83     
- Misses         75      130      +55
Impacted Files Coverage Δ
src/compare.jl 0% <0%> (-80%) ⬇️
src/stopcrit.jl 10% <10%> (ø)
src/forwardBackwardIterations.jl 95.57% <100%> (+2.42%) ⬆️
src/params.jl 100% <100%> (ø)
src/interface.jl 100% <100%> (ø)
src/noises.jl 94.59% <100%> (ø) ⬆️
src/extensiveFormulation.jl 100% <100%> (ø) ⬆️
src/simulation.jl 88.23% <50%> (ø)
src/utils.jl 80.55% <50%> (+2.5%) ⬆️
src/regularization.jl 50% <50%> (ø)
... and 14 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 f68b9da...1977e33. Read the comment docs.

@frapac frapac merged commit 24ea004 into master Jun 9, 2017
@frapac frapac deleted the release-0.4 branch June 9, 2017 18:11
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.

7 participants