Bump torch from 2.0.1+cpu to 2.1.0+cpu #598
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
format_with_black
20s
lint_with_ruff
20s
check_docstrings
43s
run_tests_and_type_checking
57s
Annotations
5 errors
run_tests_and_type_checking:
ranzen/torch/transforms/cutmix.py#L184
Unnecessary "cast" call; type is already "Tensor" (reportUnnecessaryCast)
|
run_tests_and_type_checking:
ranzen/torch/transforms/mixup.py#L333
Unnecessary "cast" call; type is already "Tensor" (reportUnnecessaryCast)
|
run_tests_and_type_checking:
tests/torch_transforms_test.py#L47
Unnecessary "cast" call; type is already "Tensor" (reportUnnecessaryCast)
|
run_tests_and_type_checking:
tests/torch_transforms_test.py#L143
Unnecessary "cast" call; type is already "Tensor" (reportUnnecessaryCast)
|
run_tests_and_type_checking
4 errors
|