Skip to content

Commit 098ae39

Browse files
github-actions[bot]CompatHelper JuliaJoshuaLampert
authored
CompatHelper: bump compat for Meshes to 0.56 for package test, (keep existing compat) (#214)
Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Joshua Lampert <[email protected]>
1 parent 92def00 commit 098ae39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CoordRefSystems = "0.16, 0.17, 0.18, 0.19"
1818
Enzyme = "0.13.47"
1919
ExplicitImports = "1.6.0"
2020
LinearAlgebra = "1"
21-
Meshes = "0.53, 0.54, 0.55"
21+
Meshes = "0.53, 0.54, 0.55, 0.56"
2222
SpecialFunctions = "2"
2323
StaticArrays = "1"
2424
TestItemRunner = "1"

test/combinations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ end
504504
# Geometry
505505
a = π
506506
box = Box(Point(0, 0, 0), Point(a, a, a))
507-
hexahedron = Hexahedron(discretize(box).vertices...)
507+
hexahedron = convert(Hexahedron, box)
508508

509509
# Integrand & Solution
510510
function integrand(p::Meshes.Point)

0 commit comments

Comments
 (0)