shapetracker add and invert (#2828)

* invert (broken)

* decent invert

* shapetracker invert works

* plus is meh, invert is good

* support invert mask

* a few more invert tests

* shapetracker math invert test
This commit is contained in:
George Hotz
2023-12-18 16:03:27 -08:00
committed by GitHub
parent 73cadfbb3c
commit 80f53245e8
6 changed files with 155 additions and 5 deletions

View File

@@ -56,7 +56,9 @@ jobs:
- name: Fuzz Test symbolic
run: python test/external/fuzz_symbolic.py
- name: Fuzz Test shapetracker
run: PYTHONPATH="." python test/external/fuzz_shapetracker.py
run: |
PYTHONPATH="." python test/external/fuzz_shapetracker.py
FUZZ=invert 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