dtype of NumPy array created from Julia array is object
on Julia nightly
#439
Labels
bug
Something isn't working
object
on Julia nightly
#439
Affects: PythonCall
Describe the bug
I'm executing the following code
I expect the dtype to be a float64, and indeed, on Julia v1.10.0 and earlier, the result is
Python: dtype('float64')
. On the Julia nightly, the result isPython: dtype('O')
, which corresponds to an object dtype.Your system
For v1.10.0:
For nightly:
The text was updated successfully, but these errors were encountered: