The tests
|
@test norm(tformq.linear-I) < norm(tform.linear-I) |
|
@test norm(tformq.translation) < norm(tform.translation) |
seem genuinely different between Julia 1.6 and 1.7. Requires investigation. It does not appear to be a package-resolution issue, so my suspicion is that something in Base or stdlibs has changed.