Skip to content

Commit

Permalink
Fix regression introduced by removal of update...
Browse files Browse the repository at this point in the history
... this caused the integration test, test_labels.py to fail.
  • Loading branch information
prabhuramachandran committed Apr 17, 2014
1 parent c492d0a commit 3580b18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mayavi/filters/mask_points.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ def update_pipeline(self):
######################################################################
def _find_number_of_points_in_input(self):
inp = self.inputs[0].outputs[0]
inp.update()
return inp.number_of_points

0 comments on commit 3580b18

Please sign in to comment.