Skip to content

Commit

Permalink
load save emcee
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Aug 4, 2024
1 parent babed2e commit d198950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MadsMonteCarlo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function loadecmeeresults(madsdata::AbstractDict, filename::AbstractString)
end
end

function emceesampling(madsdata::AbstractDict; filename::AbstractString="", load::Bool=true, save::Bool=true, execute::Bool=true, numwalkers::Integer=10, sigma::Number=0.01, seed::Integer=-1, rng::Union{Nothing,Random.AbstractRNG,DataType}=nothing, kw...)
function emceesampling(madsdata::AbstractDict; filename::AbstractString="", load::Bool=false, save::Bool=false, execute::Bool=true, numwalkers::Integer=10, sigma::Number=0.01, seed::Integer=-1, rng::Union{Nothing,Random.AbstractRNG,DataType}=nothing, kw...)
if filename != ""
load = save = true
end
Expand Down

0 comments on commit d198950

Please sign in to comment.