JuliaPy / JuliaPy/PythonCall.jl

How to bypass automatic conversion to Float64?

Open
#396 1 comment 0 reactions 0 assignees View on GitHub
question
Dominant language
Julia
Stars
1.1k
Forks
86
Avg merge
1d 22h
Merged PRs (30d)
3

Description

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}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.