Skip to content

Commit

Permalink
Small fix for MultiInterface validation
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 19, 2017
1 parent 1e75ffa commit 14a91b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion holoviews/core/data/multipath.py
Expand Up @@ -49,7 +49,8 @@ def init(cls, eltype, data, kdims, vdims):

@classmethod
def validate(cls, dataset):
# Ensure that auxilliary key dimensions on each subpaths are scalar
if not dataset.data:
return
ds = cls._inner_dataset_template(dataset)
for d in dataset.data:
ds.data = d
Expand Down

0 comments on commit 14a91b1

Please sign in to comment.