inducer / inducer/arraycontext
Sharpen type annotation of `_get_arg_id_to_arg_and_arg_id_to_descr`
未关闭
- 主要语言
- Python
- 星标
- 9
- 派生
- 11
- 平均合并
- 17 小时 12 分钟
- 30 天内合并 PR
- 2
描述
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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。