We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb9201 commit 2f04739Copy full SHA for 2f04739
1 file changed
test/blockarrays.jl
@@ -43,6 +43,7 @@ using Ferrite, BlockArrays, SparseArrays, Test
43
@test iszero(K)
44
@test iszero(f)
45
block_assembler = start_assemble(KB, fB)
46
+ @test isa(block_assembler, Ferrite.AbstractAssembler{Float64})
47
@test iszero(KB)
48
@test iszero(fB)
49
0 commit comments