diff test/Grids/grid_test.jl @ 1291:356ec6a72974 refactor/grids

Implement changes in SbpOperators
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 07 Mar 2023 09:48:00 +0100
parents 3b7ebd135918
children 0713175a5743
line wrap: on
line diff
--- a/test/Grids/grid_test.jl	Tue Mar 07 09:21:27 2023 +0100
+++ b/test/Grids/grid_test.jl	Tue Mar 07 09:48:00 2023 +0100
@@ -52,6 +52,8 @@
     # Multi-argument functions
     f(x,y) = sin(x)*cos(y)
     @test eval_on(g, f) == map(x̄->f(x̄...), g)
+
+    #TODO: inference test!
 end
 
 @testset "_ncomponents" begin