Skip to content

Commit

Permalink
Merge pull request #28 from ckingdon95/release-3.8
Browse files Browse the repository at this point in the history
Remove simulation code to make v3.8 compatible with Mimi v0.9.3
  • Loading branch information
davidanthoff authored Sep 3, 2019
2 parents 1744ed5 + 6dc6f17 commit a29709f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 134 deletions.
2 changes: 0 additions & 2 deletions src/MimiFUND.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ include("helper.jl")

include("new_marginaldamages.jl")
include("montecarlo/defmcs.jl")
include("montecarlo/run_fund_mcs.jl")
include("montecarlo/run_fund_scc_mcs.jl")

include("components/SocioEconomicComponent.jl")
include("components/PopulationComponent.jl")
Expand Down
28 changes: 0 additions & 28 deletions src/montecarlo/run_fund_mcs.jl

This file was deleted.

92 changes: 0 additions & 92 deletions src/montecarlo/run_fund_scc_mcs.jl

This file was deleted.

12 changes: 0 additions & 12 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@ md = MimiFUND.getmarginaldamages()

end #marginaldamages testset

#------------------------------------------------------------------------------
# 4. Run basic test of MCS functionality
#------------------------------------------------------------------------------

@testset "test-mcs" begin

# mcs
MimiFUND.run_fund_mcs(10) # Run 10 trials of basic FUND MCS
MimiFUND.run_fund_scc_mcs(10) # Run 10 trials of FUND MCS SCC calculations

end #test-mcs testset

end #fund testset

nothing

0 comments on commit a29709f

Please sign in to comment.