Skip to content

Commit

Permalink
Fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnala committed Mar 11, 2024
1 parent 29c2d9d commit 2006946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ def test_mapping_memory_optimization():
})
orig = MappingAffine(m)
opt = MappingAffine(m, tind=m.subdomains['omega0'])
assert orig.detA > opt.detA
assert len(orig.detA) > len(opt.detA)

0 comments on commit 2006946

Please sign in to comment.