Skip to content

Commit

Permalink
Added debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 4, 2018
1 parent 23c4ccf commit 5f74236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions holoviews/core/data/dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def values(cls, dataset, dim, expanded=True, flat=True):
if np.isscalar(values):
if not expanded:
return np.array([values])
print(len(dataset), type(values), values)
values = np.full(len(dataset), values)
else:
if not expanded:
Expand Down

0 comments on commit 5f74236

Please sign in to comment.