Skip to content

Commit a145117

Browse files
authored
Check types locally in triangular tests (#1308)
This makes it easier to run the tests without referring to global variables. The main change is, instead of checking types as `t1 == UpperTriangular`, we use `A1 isa UpperTriangular`. This often makes a section of code easier to reason about, as it uses `A1` in the following function calls.
1 parent 2e428a5 commit a145117

File tree

3 files changed

+79
-71
lines changed

3 files changed

+79
-71
lines changed

0 commit comments

Comments
 (0)