JuliaPy / JuliaPy/PyCall.jl

Equality check returns vector

Open
#900 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
1.5k
Forks
186
PR merge metrics
No merged PRs in 30d

Description

Is the following intended?
```julia
julia> using PyCall

julia> x = rand(3);

julia> PyObject(x) == PyObject(x)
3-element Vector{Bool}:
1
1
1
```
In https://github.com/SciML/OrdinaryDiffEq.jl/issues/1402 a user reported an error that seems to be caused by this behaviour.

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.