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

Commit 7a8eb16

Browse files
convert_by_multiplication passes
1 parent 24b7154 commit 7a8eb16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/derivative_operators_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ end
3434
correct = second_derivative_stencil(N)
3535
A = DerivativeOperator{Float64}(d_order,approx_order,1.0,N)
3636

37-
@test_broken convert_by_multiplication(Array,A,N) == correct
37+
@test convert_by_multiplication(Array,A,N) == correct
3838
@test_broken convert(Array, A, N) == second_derivative_stencil(N)
3939
@test_broken sparse(A) == second_derivative_stencil(N)
4040
@test_broken opnorm(A, Inf) == opnorm(correct, Inf)

0 commit comments

Comments
 (0)