Skip to content

Commit

Permalink
Merge pull request #310 from ptiede/ptfdfix
Browse files Browse the repository at this point in the history
update
  • Loading branch information
ptiede authored Jul 26, 2023
2 parents 5778932 + 3d72477 commit 19d38fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ComradeOptimization/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include(joinpath(@__DIR__, "../../../test/test_util.jl"))
post = Posterior(lklhd, prior)

tpost = ascube(post)
f = OptimizationFunction(tpost, Optimization.AutoForwardDiff{4}())
f = OptimizationFunction(tpost, Optimization.AutoForwardDiff())
x0 = [ 0.1,
0.4,
0.5,
Expand Down
2 changes: 1 addition & 1 deletion test/Core/bayes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ using Pyehtim
@test dimension(post) == dimension(tpostf)
@test dimension(post) == dimension(tpostc)

f = OptimizationFunction(tpostc, Optimization.AutoForwardDiff{4}())
f = OptimizationFunction(tpostc, Optimization.AutoForwardDiff())
x0 = [ 0.1,
0.4,
0.5,
Expand Down

0 comments on commit 19d38fe

Please sign in to comment.