Skip to content

Check types locally in triangular tests #1308

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 24, 2025
Merged

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Apr 24, 2025

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.

@jishnub jishnub force-pushed the jishnub/tri_test_split branch from 14d61f9 to 402d1aa Compare April 24, 2025 10:43
@jishnub jishnub merged commit a145117 into master Apr 24, 2025
1 of 2 checks passed
@jishnub jishnub deleted the jishnub/tri_test_split branch April 24, 2025 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants