Drop deprecated auto-self-downcasts#213
Draft
inducer wants to merge 1 commit into
Draft
Annotations
6 errors and 1 notice
|
Main Script
Process completed with exit code 1.
|
|
Main Script:
test/test/test_isl.py#L383
test_isl_align_two
assert Aff("[t1, t0, t2] -> { [(32)] }") == Aff("[t1, t0, t2] -> { [(32)] }")
+ where Aff("[t1, t0, t2] -> { [(32)] }") = <class 'islpy._isl.Aff'>('[t1, t0, t2] -> { [(32)] }')
+ where <class 'islpy._isl.Aff'> = isl.Aff
|
|
Main Script:
test/test/test_isl.py#L364
test_align_spaces
assert Aff("[t1, t0, t2] -> { [(32)] }") == Aff("[t1, t0, t2] -> { [(32)] }")
+ where Aff("[t1, t0, t2] -> { [(32)] }") = <class 'islpy._isl.Aff'>('[t1, t0, t2] -> { [(32)] }')
+ where <class 'islpy._isl.Aff'> = isl.Aff
|
|
Main Script:
test/test/test_isl.py#L439
test_union_casts
TypeError: union(): incompatible function arguments. The following argument types are supported:
1. union(self, bset2: BasicSet) -> Set
Invoked with types: islpy._isl.BasicSet, islpy._isl.UnionSet
|
|
Main Script:
test/test/test_isl.py#L123
test_pickling
AttributeError: 'islpy._isl.Aff' object has no attribute 'is_equal'
|
|
Main Script:
test/test/test_isl.py#L99
test_upcast
AttributeError: 'islpy._isl.Aff' object has no attribute 'is_equal'
|
|
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
|
background
wait
wait-all
cancel
parallel
Loading