Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly committed May 20, 2024
1 parent 2d72ee5 commit 283a2c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Descartes = "ea4ead7c-22ac-5e77-afc5-cd927cdc0b20"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"


[targets]
test = ["Test", "Combinatorics", "StaticArrays", "MeshIO", "FileIO"]
test = ["Test", "Combinatorics", "StaticArrays", "MeshIO", "FileIO", "WGLMakie", "BenchmarkTools"]
2 changes: 1 addition & 1 deletion examples/2d.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Descartes
using Descartes: Circle, Square
using GeometryBasics: Mesh

function beam(beam_size = [50,10,10],
Expand Down

0 comments on commit 283a2c4

Please sign in to comment.