arrayfire / arrayfire-binary-python-wrapper

A python thin wrapper for ArrayFire library
https://arrayfire.com
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Readability changes to constants tests #27

Closed sakchal closed 4 months ago

sakchal commented 5 months ago

This PR introduces a suite of unit tests for the constants.py located within the within the create_array directory. The primary function in this file facilitate the creation of an array with specified dimensions and a constant value.

Dtype Parameterization: Made this parametrization more readable for viewers.

syurkevi commented 5 months ago

Can you rebase please?