fix shapetracker math (#2861)

* proper test

* all st math good now

* fix real_strides bug
This commit is contained in:
George Hotz
2023-12-19 22:17:34 -08:00
committed by GitHub
parent 5a739e8c20
commit ca59054463
5 changed files with 89 additions and 37 deletions

View File

@@ -52,7 +52,7 @@ jobs:
- name: Fuzz Test shapetracker
run: |
PYTHONPATH="." python test/external/fuzz_shapetracker.py
FUZZ=invert PYTHONPATH="." python test/external/fuzz_shapetracker_math.py
PYTHONPATH="." python test/external/fuzz_shapetracker_math.py
- name: Test shapetracker to_movement_ops
run: PYTHONPATH="." python extra/to_movement_ops.py
- name: Use as an external package