diff test/Grids/grid_test.jl @ 1343:fa3695f634de refactor/grids

More clean up of todos and notes
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 15 May 2023 22:37:33 +0200
parents 79a2193da5c1
children 86026367a9ff
line wrap: on
line diff
--- a/test/Grids/grid_test.jl	Fri May 12 15:50:09 2023 +0200
+++ b/test/Grids/grid_test.jl	Mon May 15 22:37:33 2023 +0200
@@ -56,8 +56,6 @@
     # 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