Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 13, 2018
1 parent b1ec784 commit 070ccf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/operation/datashader.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def _precompute(self, element):
for c, dtype in zip(simplices.columns, simplices.dtypes):
if dtype.kind != 'i':
simplices[c] = simplices[c].astype('int')
return {'mesh': mesh(verts, , 'simplices': simplices,
return {'mesh': mesh(verts, 'simplices': simplices,
'vertices': verts}


Expand Down

0 comments on commit 070ccf3

Please sign in to comment.