Skip to content

Commit

Permalink
Merge pull request #17 from nim65s/devel
Browse files Browse the repository at this point in the history
Format: yapf 0.32
  • Loading branch information
nim65s authored Feb 7, 2022
2 parents 5b37cdc + f3e915b commit b27f096
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/python/quick.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@


class ParametricCurvesQuickTests(unittest.TestCase):

def test_quick(self):
cc = curve_constraints()
cc.init_vel = matrix(range(3)).T
Expand Down
1 change: 1 addition & 0 deletions tests/python/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@


class ParametricCurvesTests(unittest.TestCase):

def test_all(self):
waypoints = matrix([[1., 2., 3.], [4., 5., 6.]]).transpose()
waypoints6 = matrix([[1., 2., 3., 7., 5., 5.], [4., 5., 6., 4., 5., 6.]]).transpose()
Expand Down

0 comments on commit b27f096

Please sign in to comment.