Skip to content

Commit

Permalink
CompatHelper: bump compat for AbstractDifferentiation to 0.5, (keep e…
Browse files Browse the repository at this point in the history
…xisting compat) (#151)

* CompatHelper: bump compat for AbstractDifferentiation to 0.5, (keep existing compat)

* improve test

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Mohamed Tarek <[email protected]>
  • Loading branch information
3 people authored Jun 15, 2023
1 parent 341698f commit b1d42dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
AbstractDifferentiation = "0.4"
AbstractDifferentiation = "0.4, 0.5"
ChainRulesCore = "1"
ColorSchemes = "3"
Distributions = "0.24, 0.25"
Expand Down
2 changes: 1 addition & 1 deletion test/truss_topopt_problems/test_buckling_optimize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ gm_ins_dir = joinpath(@__DIR__, "instances", "ground_meshes");
@test_throws PosDefException cholesky(S1)

@test isfinite(logdet(cholesky(S2)))
@test minimum(ev2) 0.001 atol = 0.002
@test 0 < minimum(ev2) < 0.02
@test maximum(ev2) 3250 rtol = 0.001

# using Makie
Expand Down

0 comments on commit b1d42dd

Please sign in to comment.