Skip to content

Commit

Permalink
Remove old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 17, 2024
1 parent 9ed6069 commit 9cce019
Show file tree
Hide file tree
Showing 21 changed files with 9 additions and 1,605 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
os: ["ubuntu-22.04", "macos-12", "windows-2022"]
python_version:
# - '3.8'
- '3.9'
# - '3.9'
- '3.10'
# - '3.11'
# - '3.12'
Expand Down Expand Up @@ -112,9 +112,9 @@ jobs:
# name: raspbian-py310
# - container: wpilib/raspbian-cross-ubuntu:bullseye-22.04-py311
# name: raspbian-py311
- container: wpilib/raspbian-cross-ubuntu:bullseye-22.04-py312
name: raspbian-py312
arch-override: linuxarm64
# - container: wpilib/raspbian-cross-ubuntu:bullseye-22.04-py312
# name: raspbian-py312
# arch-override: linuxarm64

# - container: wpilib/aarch64-cross-ubuntu:bullseye-22.04-py38
# name: raspbian-aarch64-py38
Expand Down
Empty file modified photon-lib/py/buildAndTest.bat
100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions photon-lib/py/photonlibpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
## along with this program. If not, see <https://www.gnu.org/licenses/>.
###############################################################################

from .packet import Packet # noqa
from .estimatedRobotPose import EstimatedRobotPose # noqa
from .photonPoseEstimator import PhotonPoseEstimator, PoseStrategy # noqa
from .photonCamera import PhotonCamera # noqa
# from .packet import Packet # noqa
# from .estimatedRobotPose import EstimatedRobotPose # noqa
# from .photonPoseEstimator import PhotonPoseEstimator, PoseStrategy # noqa
# from .photonCamera import PhotonCamera # noqa

# force-load native libraries
import ntcore
Expand Down
43 changes: 0 additions & 43 deletions photon-lib/py/photonlibpy/estimatedRobotPose.py

This file was deleted.

45 changes: 0 additions & 45 deletions photon-lib/py/photonlibpy/generated/MultiTargetPNPResultSerde.py

This file was deleted.

50 changes: 0 additions & 50 deletions photon-lib/py/photonlibpy/generated/PhotonPipelineMetadataSerde.py

This file was deleted.

48 changes: 0 additions & 48 deletions photon-lib/py/photonlibpy/generated/PhotonPipelineResultSerde.py

This file was deleted.

75 changes: 0 additions & 75 deletions photon-lib/py/photonlibpy/generated/PhotonTrackedTargetSerde.py

This file was deleted.

54 changes: 0 additions & 54 deletions photon-lib/py/photonlibpy/generated/PnpResultSerde.py

This file was deleted.

Loading

0 comments on commit 9cce019

Please sign in to comment.