Skip to content

pickle support for BallTree #323

@fabianp

Description

@fabianp

>>> X = np.random.random((10, 3))
>>> balltree = BallTree(X)
>>> s = pickle.dumps(balltree, protocol=2)
...
pickle.PicklingError: Can't pickle <type 'ball_tree.BallTree'>: it's not found as ball_tree.BallTree

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions