Skip to content

Commit 5011dc4

Browse files
authored
Update runtests.jl (#113)
1 parent 52bbce9 commit 5011dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ end
161161
@testset "Mass matrix" begin
162162
@test (T'*(w_T .* T))[1:10,1:10] sum(w_T)I
163163
M = W'*(w_W .* W);
164-
@test_broken (sum(w_T)*inv(R)'L)[1:10,1:10] M[1:10,1:10]
164+
@test (sum(w_T)*inv(R)'L)[1:10,1:10] M[1:10,1:10]
165165
@test T[0.1,1:10]' W[0.1,1:10]' * R[1:10,1:10]
166166
end
167167
end

0 commit comments

Comments
 (0)