Skip to content

Commit

Permalink
Make test item explicit to avoid reference errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold authored Oct 27, 2024
1 parent 630aa59 commit 9900c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end
# Differentials
############################################################################################

sphere = geometries[2].item
sphere = Sphere(Point(0, 0, 0), 1.0)
differential = MeshIntegrals.differential

SUITE["Differentials"] = let s = BenchmarkGroup()
Expand Down

0 comments on commit 9900c71

Please sign in to comment.