This PR introduces a suite of unit tests for pad.py located within the create_array directory. The primary function in this file is to add padding to a given array.
No Padding: Ensures that when given 0 padding, the array remains its original shape
Negative Padding: Ensures that when given negative padding, the pad function properly handles this case
Padding Shape: Ensures that when padding is added, the correct padding shape is seen in the padded array
Pad Return Value Fix: Pad originally returned "Not Implemented"
This PR introduces a suite of unit tests for pad.py located within the create_array directory. The primary function in this file is to add padding to a given array.
No Padding: Ensures that when given 0 padding, the array remains its original shape Negative Padding: Ensures that when given negative padding, the pad function properly handles this case Padding Shape: Ensures that when padding is added, the correct padding shape is seen in the padded array
Pad Return Value Fix: Pad originally returned "Not Implemented"