Skip to content

Commit

Permalink
Move size checking logic to sym.util
Browse files Browse the repository at this point in the history
Did not move size checking logic for numba because
- the checking logic for numba is pretty short
- there were some technical difficulties in doing so that I didn't want
to get bogged down in.
  • Loading branch information
bradley-solliday-skydio committed Nov 4, 2022
1 parent de483e9 commit 882dc7e
Show file tree
Hide file tree
Showing 50 changed files with 167 additions and 675 deletions.
1 change: 1 addition & 0 deletions gen/python/sym/atan_camera_cal.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gen/python/sym/double_sphere_camera_cal.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gen/python/sym/equirectangular_camera_cal.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gen/python/sym/linear_camera_cal.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 5 additions & 56 deletions gen/python/sym/ops/atan_camera_cal/camera_ops.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gen/python/sym/ops/atan_camera_cal/group_ops.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 3 additions & 28 deletions gen/python/sym/ops/atan_camera_cal/lie_group_ops.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 5 additions & 56 deletions gen/python/sym/ops/double_sphere_camera_cal/camera_ops.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gen/python/sym/ops/double_sphere_camera_cal/group_ops.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 3 additions & 28 deletions gen/python/sym/ops/double_sphere_camera_cal/lie_group_ops.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 882dc7e

Please sign in to comment.