summaryrefslogtreecommitdiff
path: root/candle-pyo3/tests/native/test_shape.py
Commit message (Collapse)AuthorAgeFilesLines
* PyO3: Better shape handling (#1143)Lukas Kreussel2023-10-291-0/+31
* Negative and `*args` shape handling * Rename to `PyShapeWithHole` + validate that only one hole exists * Regenerate stubs --------- Co-authored-by: Laurent Mazare <laurent.mazare@gmail.com>