Closed ndgrigorian closed 1 month ago
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. :crossed_fingers:
Array API standard conformance tests for dpctl=0.19.0dev0=py310hdf72452_109 ran successfully. Passed: 895 Failed: 0 Skipped: 119
Array API standard conformance tests for dpctl=0.19.0dev0=py310hdf72452_110 ran successfully. Passed: 895 Failed: 0 Skipped: 119
The reported sphinx errors are gone indeed. One outstanding issue is
/home/runner/work/dpctl/dpctl/dpctl/tensor/_indexing_functions.py:docstring of dpctl.tensor._indexing_functions.take_along_axis:24: WARNING: undefined label: 'broadcasting'
@ndgrigorian Could you please rebase your branch to pick up fix for the CI?
@ndgrigorian Could you please rebase your branch to pick up fix for the CI?
It's been rebased
Array API standard conformance tests for dpctl=0.19.0dev0=py310hdf72452_114 ran successfully. Passed: 894 Failed: 1 Skipped: 119
This PR fixes a warning caused by the docstring for
diff
incorrectly indenting the description of the output shape.Closes #1849