commit | 9c89c0ac95ac31cde33d726a4ebcb7c9dabb387f | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Fri Jan 08 01:04:57 2016 -0800 |
committer | Brian Silverman <brians> | Sat Jan 30 15:19:02 2016 -0500 |
tree | 0a86e822fda3d1705f345c4e1690ff84e3cf66fc | |
parent | 676c9934d0318b9dc5858c1a9b8e21d6186633d3 [diff] [blame] |
Build polytope python test with Bazel Change-Id: Ia4616d7de792717d3da23810e8e4c6490db8e7a6
diff --git a/frc971/control_loops/python/polytope_test.py b/frc971/control_loops/python/polytope_test.py index 9a35ebe..51bf6fd 100755 --- a/frc971/control_loops/python/polytope_test.py +++ b/frc971/control_loops/python/polytope_test.py
@@ -2,9 +2,10 @@ import numpy from numpy.testing import * -import polytope import unittest +import frc971.control_loops.python.polytope as polytope + __author__ = 'Austin Schuh (austin.linux@gmail.com)' def MakePoint(*args):