Skip to content

Serialization turns bool array into uint8 #1121

@rshin

Description

@rshin
>>> import ray, numpy as np
>>> ray.init()
>>> np.array([True], dtype=bool)
array([ True], dtype=bool)
>>> ray.get(ray.put(np.array([True], dtype=bool)))
array([1], dtype=uint8)

Metadata

Metadata

Assignees

Labels

bugSomething that is supposed to be working; but isn't

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions