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 tests for identity matrix function #18

Merged
merged 3 commits into from
Mar 2, 2024

Conversation

sakchal
Copy link
Contributor

@sakchal sakchal commented Feb 22, 2024

This PR introduces a suite of unit tests for identity.py located within the create_array directory. The primary function in this file facilitate the creation of an identity array.

Correct Array Shape: Ensures that arrays are instantiated with the intended dimensions.
Data Type Accuracy: Validates that the resulting arrays strictly adhere to the specified data types.
Error Handling: Assesses the functions' error handling, specifically dealing with the shape of the array

@roaffix
Copy link
Collaborator

roaffix commented Mar 1, 2024

Please, rebase to master and lets merge

@roaffix roaffix merged commit d8caaeb 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.

None yet

2 participants