spelling and flake

Summary: mostly recent lintish things

Reviewed By: nikhilaravi

Differential Revision: D21089003

fbshipit-source-id: 028733c1d875268f1879e4481da475b7100ba0b6
This commit is contained in:
Jeremy Reizenstein
2020-04-17 10:38:47 -07:00
committed by Facebook GitHub Bot
parent 9397cd872d
commit 6207c359b1
6 changed files with 25 additions and 22 deletions

View File

@@ -88,7 +88,7 @@ class TestICP(TestCaseMixin, unittest.TestCase):
def test_init_transformation(self, batch_size=10):
"""
First runs a full ICP on a random problem. Then takes a given point
in the history of ICP iteration transformations, initializes
in the history of ICP iteration transformations, initializes
a second run of ICP with this transformation and checks whether
both runs ended with the same solution.
"""