We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04856ce commit 46efbe9Copy full SHA for 46efbe9
1 file changed
julia/MOLE.jl/test/runtests.jl
@@ -14,6 +14,10 @@ import MOLE: Operators, BCs
14
@testset "Testing 1D laplacian" begin
15
include("Operators/laplacian.jl")
16
end
17
+
18
+ @testset "Testing interpol" begin
19
+ include("Operators/interpol.jl")
20
+ end
21
22
23
@testset "Testing Boundary Conditions" begin
0 commit comments