Closed ternaus closed 4 months ago
This pull request primarily adds assertions to various test files to check the output dtype and shape, ensuring that the output matches the expected dtype and shape. Additionally, the CI workflow file was updated to use 'uv' and '--system' options in pip install commands.
Files | Changes |
---|---|
tests/test_add.py tests/test_add_weighted.py tests/test_normalize.py tests/test_multiply.py tests/test_multiply_add.py tests/test_normalize_per_image.py tests/test_power.py |
Added assertions to check the output dtype and shape in various test files. |
Summary by Sourcery
This pull request updates the CI workflow to use 'uv' for pip installations and adds assertions in multiple test cases to check the output shape and dtype, ensuring consistency and correctness of the functions being tested.