chore(deps): update torch requirement from >=2.0 to >=2.12.1 - #16
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Annotations
10 errors
|
Run type checker:
src/aquapose/core/association/stage.py#L98
Argument of type "object" cannot be assigned to parameter "tracks_2d" of type "dict[str, list[Tracklet2D]]" in function "cluster_tracklets"
"object" is not assignable to "dict[str, list[Tracklet2D]]" (reportArgumentType)
|
|
Run type checker:
src/aquapose/core/association/stage.py#L97
Argument of type "object" cannot be assigned to parameter "tracks_2d" of type "dict[str, list[Tracklet2D]]" in function "build_must_not_link"
"object" is not assignable to "dict[str, list[Tracklet2D]]" (reportArgumentType)
|
|
Run type checker:
src/aquapose/core/association/stage.py#L89
Argument of type "object" cannot be assigned to parameter "tracks_2d" of type "dict[str, list[Tracklet2D]]" in function "score_all_pairs"
"object" is not assignable to "dict[str, list[Tracklet2D]]" (reportArgumentType)
|
|
Run type checker:
src/aquapose/cli.py#L606
"__setitem__" method not defined on type "Datatype" (reportIndexIssue)
|
|
Run type checker:
src/aquapose/cli.py#L606
"__getitem__" method not defined on type "Datatype" (reportIndexIssue)
|
|
Run type checker:
src/aquapose/cli.py#L599
Cannot access attribute "create_dataset" for class "Datatype"
Attribute "create_dataset" is unknown (reportAttributeAccessIssue)
|
|
Run type checker:
src/aquapose/cli.py#L599
Cannot access attribute "create_dataset" for class "Dataset"
Attribute "create_dataset" is unknown (reportAttributeAccessIssue)
|
|
Run type checker:
src/aquapose/cli.py#L598
"__delitem__" method not defined on type "Datatype" (reportIndexIssue)
|
|
Run type checker:
src/aquapose/cli.py#L598
"__delitem__" method not defined on type "Dataset" (reportIndexIssue)
|
|
Run type checker:
src/aquapose/cli.py#L597
Operator "in" not supported for types "Literal['smoothed_centroid_z']" and "Group | Dataset | Datatype"
Operator "in" not supported for types "Literal['smoothed_centroid_z']" and "Datatype" (reportOperatorIssue)
|
background
wait
wait-all
cancel
parallel
Loading