inducer / inducer/arraycontext
Sharpen type annotation of `_get_arg_id_to_arg_and_arg_id_to_descr`
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 9
- Fork
- 11
- Merge trung bình
- 17 giờ 12 phút
- Pull request đã merge (30 ngày)
- 2
Mô tả
According to the type listed `args: tuple[Any, ...]`, args should be able to support an object type. However, it does not. Passing in an object that is not an `pt.Array` or `scalar` or `ArrayContainer` returns an error message. I think we should just return the descriptor as the position of the object within the `args` tuple.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.