JuliaPy / JuliaPy/PythonCall.jl
How to bypass automatic conversion to Float64?
未关闭
question
- 主要语言
- Julia
- 星标
- 1.1k
- 派生
- 86
- 平均合并
- 1 天 22 小时
- 30 天内合并 PR
- 3
描述
I want to get my hands on a `Tuple{Float32, Float32}` in Python and there doesn't seem to be a good way of doing it
```pycon
>>> jl("typeof")(jl("Tuple{Float32, Float32}")((0.0, 1.0)))
Julia: Tuple{Float64, Float64}
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。