Skip to content

Commit

Permalink
minor .lms fix in test (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabooth authored and Patrick Snape committed May 6, 2017
1 parent 91e7cec commit 7f52e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menpo/image/test/image_patches_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,4 @@ def test_create_patches_image():
patches_image = _create_patches_image(patches, pc, patches_indices=range(17))
assert(patches_image.n_channels == patches.shape[2])
assert(patches_image.landmarks.n_groups == 1)
assert(patches_image.landmarks['patch_centers'].lms.n_points == 17)
assert(patches_image.landmarks['patch_centers'].n_points == 17)

0 comments on commit 7f52e1c

Please sign in to comment.