Skip to content

Commit

Permalink
Fix dependencies in tests (embedded and fo_parser)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzovarese committed Aug 16, 2024
1 parent 47d2695 commit a7f86a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion test/embedded_test.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
using Statistics
using GridTools
using GridTools.ExampleMeshes.Unstructured
using Test

# Setup ------------------------------------------------------------------------------------------------------------------------------
include("mesh_definitions.jl")

cell_values = Field(Cell, [1.0, 1.0, 2.0, 3.0, 5.0, 8.0])
edge_to_cell_table = [
Expand Down
4 changes: 1 addition & 3 deletions test/gt2py_fo_parser.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using Test
using GridTools


include("mesh_definitions.jl")
using GridTools.ExampleMeshes.Unstructured

struct TestFailedException <: Exception
message::String
Expand Down

0 comments on commit a7f86a3

Please sign in to comment.