Skip to content

Commit

Permalink
Merge pull request #950 from ioam/ndmapping_vdims_error
Browse files Browse the repository at this point in the history
Mapping types complain when supplied with vdims
  • Loading branch information
jlstevens committed Oct 24, 2016
2 parents 267dbd6 + 96503d2 commit 81dc19f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions holoviews/core/ndmapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ class MultiDimensionalMapping(Dimensioned):

kdims = param.List(default=[Dimension("Default")], constant=True)

vdims = param.List(default=[], bounds=(0, 0), constant=True)

data_type = None # Optional type checking of elements
_deep_indexable = False
_sorted = True
Expand Down

0 comments on commit 81dc19f

Please sign in to comment.