Skip to content

Commit db497a1

Browse files
authored
Update tests/firedrake/regression/test_vfs_component_bcs.py
1 parent 5400181 commit db497a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/firedrake/regression/test_vfs_component_bcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def test_component_full_bcs(V):
218218
A_cmp = assemble(a, bcs=bcs_cmp, mat_type="aij")
219219
A_mixed = assemble(a, bcs=bcs_mixed, mat_type="aij")
220220

221-
assert A_full.equal(A_cmp)
221+
assert A_full.petscmat.equal(A_cmp.petscmat)
222222
assert A_mixed.equal(A_full)
223223

224224

0 commit comments

Comments
 (0)