Skip to content

Commit

Permalink
redundant definition removed
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Nov 24, 2016
1 parent 8a6a604 commit d29d487
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/BIGOED.jl
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,6 @@ function dobigoed(bigoed::BigOED, hakunamatata::Real, numlikelihoods::Int, numho
return dobigoed(bigoed, hakunamatata, numlikelihoods, numhorizons, numobsrealizations, acceptableprobabilityoffailure, makegetfailureprobabilities_mc(modelparams))
end

function dobigoed(bigoed::BigOED, hakunamatata::Real, numlikelihoods::Int, numhorizons::Int, numobsrealizations::Int, acceptableprobabilityoffailure::Real)
return dobigoed(bigoed, hakunamatata, numlikelihoods, numhorizons, numobsrealizations, acceptableprobabilityoffailure, getfailureprobabilities)
end

function makedecisionforproposedobs(proposedobsarray, i, bigoed, numhorizons, getfailureprobfnct)
local bigdts = makebigdts(bigoed, i, proposedobsarray)
local maxfailureprobsarray = Array(Array{Float64, 1}, length(bigdts))
Expand Down

0 comments on commit d29d487

Please sign in to comment.