Skip to content

Update to 2024 beta #16

Update to 2024 beta

Update to 2024 beta #16

Triggered via pull request January 6, 2024 01:52
Status Failure
Total duration 35s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
mypy: components/chassis.py#L319
Too many arguments for "toChassisSpeeds" of "SwerveDrive4Kinematics"
mypy: components/chassis.py#L320
Argument 1 to "toChassisSpeeds" of "SwerveDrive4Kinematics" has incompatible type "SwerveModuleState"; expected "tuple[SwerveModuleState, SwerveModuleState, SwerveModuleState, SwerveModuleState]"
mypy: physics.py#L81
Argument 1 to "toChassisSpeeds" of "SwerveDrive4Kinematics" has incompatible type "*Generator[SwerveModuleState, None, None]"; expected "tuple[SwerveModuleState, SwerveModuleState, SwerveModuleState, SwerveModuleState]"
mypy
The process '/opt/hostedtoolcache/Python/3.11.7/x64/bin/mypy' failed with exit code 1
test: ../../../../../opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/site-packages/pyfrc/tests/basic.py#L136
test_disabled Exception: User physics code raised an exception (see above)
test: ../../../../../opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/site-packages/pyfrc/tests/basic.py#L136
test_operator_control Exception: User physics code raised an exception (see above)
test: ../../../../../opt/hostedtoolcache/Python/3.11.7/x64/lib/python3.11/site-packages/pyfrc/tests/basic.py#L136
test_practice Exception: User physics code raised an exception (see above)
test
Process completed with exit code 1.