Skip to content

Conversation

@sakchal
Copy link
Contributor

@sakchal sakchal commented Feb 23, 2024

This PR introduces a suite of unit tests for iota.py located within the within the create_array directory. The primary functions in this file facilitate the creation of an iota array, an array that is filled with sequential numbers starting from 0 according to the specified dimensions and tiling dimensions.

Correct Array Shape: Ensures that arrays are instantiated with the intended dimensions.
Correct Array T-Shape: Ensures that the tiling shape is valid
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 and the given tshape

@roaffix roaffix merged commit cdc9098 into arrayfire:master Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants