Skip to content

Commit

Permalink
fix type signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
chriselrod authored and ChrisRackauckas committed Jul 13, 2023
1 parent 001f4eb commit 7f3f58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/datafit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ function bayesian_datafit(prob,
end

function bayesian_datafit(prob,
p::Tuple{Vararg{<:AbstractVector{<:Pair}}},
p,
data;
noise_prior = InverseGamma(2, 3),
mcmcensemble::AbstractMCMC.AbstractMCMCEnsemble = Turing.MCMCThreads(),
Expand Down Expand Up @@ -463,7 +463,7 @@ function bayesian_datafit(probs::Union{Tuple, AbstractVector},
end

function bayesian_datafit(probs::Union{Tuple, AbstractVector},
p,
p::Tuple{Vararg{<:AbstractVector{<:Pair}}},
data;
noise_prior = InverseGamma(2, 3),
mcmcensemble::AbstractMCMC.AbstractMCMCEnsemble = Turing.MCMCThreads(),
Expand Down

0 comments on commit 7f3f58d

Please sign in to comment.