Skip to content
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

Added unit tests for the upper function #21

Merged
merged 2 commits into from
Mar 2, 2024

Conversation

sakchal
Copy link
Contributor

@sakchal sakchal commented Feb 27, 2024

This PR introduces a suite of unit tests for upper.py located within the within the create_array directory. The primary functions in this file facilitate the creation of an an array with only the upper triangular portion, and an option of whether to convert original array's diagonal to a unit diagonal or not.

Diagonal: Ensures that the diagonal of the new array meets the parameter setting of whether it should be a unit diagonal or not.

@sakchal sakchal changed the title Added unit tests for the lower function Added unit tests for the upper function Feb 27, 2024
@roaffix roaffix merged commit e56731e into arrayfire:master Mar 2, 2024
0 of 3 checks passed
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