Skip to content

Commit

Permalink
Fixed missing interface for compatibility with old pickles
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Nov 9, 2015
1 parent d65da67 commit 91c8dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions holoviews/core/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def __setstate__(self, state):
self.data = NdElement(self.data, kdims=self.kdims,
vdims=self.vdims, group=self.group,
label=self.label)
self.interface = NdColumns


def closest(self, coords):
Expand Down

0 comments on commit 91c8dea

Please sign in to comment.