Skip to content

Commit

Permalink
Updated colormapping unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 10, 2017
1 parent 00362bf commit 2f40d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testplotinstantiation.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def _test_colormapping(self, element, dim, log=False):
self.assertTrue(isinstance(cmapper, mapper_type))

def test_points_colormapping(self):
points = Points(np.random.rand(10, 4), vdims=['a', 'b'])
points = Points(np.random.rand(10, 4), vdims=['a', 'b'])(plot=dict(color_index=3))
self._test_colormapping(points, 3)

def test_points_colormapping_categorical(self):
Expand Down

0 comments on commit 2f40d60

Please sign in to comment.