refactor: more selective filter_jit application #263
Annotations
10 errors
tests\array_api\test_myarray.py#L82
test_empty_like
TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
|
tests\array_api\test_myarray.py#L113
test_full_like
TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
|
tests\array_api\test_myarray.py#L133
test_meshgrid
TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
|
tests\array_api\test_myarray.py#L154
test_ones_like
TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
|
tests\array_api\test_myarray.py#L190
test_zeros_like
TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
|
tests\array_api\test_myarray.py#L204
test_astype
TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
|
tests\array_api\test_myarray.py#L249
test_result_type
TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
|
tests\array_api\test_myarray.py#L274
test_acos
TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
|
tests\array_api\test_myarray.py#L284
test_acosh
TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
|
tests\array_api\test_myarray.py#L294
test_add
TypeError: Cannot interpret value of type <class 'type'> as an abstract array; it does not have a dtype attribute
|
This job failed
Loading