Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 127d799

Browse files
Update 2D_3D_fast_multiplication.jl
1 parent a52c1b9 commit 127d799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/DerivativeOperators/2D_3D_fast_multiplication.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,7 @@ end
13521352
mul!(M_temp, A, M)
13531353

13541354
# Numerical errors accumulating for this test case, more so than the other tests
1355-
@test_broken M_temp ((Lx2*M)[1:N,2:N+1,:]+(Ly2*M)[2:N+1,1:N,:]+(Lx3*M)[1:N,2:N+1,:] +(Ly3*M)[2:N+1,1:N,:] + (Lx4*M)[1:N,2:N+1,:] +(Ly4*M)[2:N+1,1:N,:])
1355+
@test M_temp ((Lx2*M)[1:N,2:N+1,:]+(Ly2*M)[2:N+1,1:N,:]+(Lx3*M)[1:N,2:N+1,:] +(Ly3*M)[2:N+1,1:N,:] + (Lx4*M)[1:N,2:N+1,:] +(Ly4*M)[2:N+1,1:N,:])
13561356

13571357
# Test multiple operators on two axis: (Lxx + Lzz + Lxxx + Lzzz + Lxxxx + Lzzzz)*M, no coefficient
13581358
A = Lx2 + Lz2 + Lx3 + Lz3 + Lx4 + Lz4

0 commit comments

Comments
 (0)