Commit 4771cbf3 authored by Adam Paquette's avatar Adam Paquette
Browse files

removed error from test_node

parent c79d68b1
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -81,5 +81,3 @@ class TestNode(unittest.TestCase):
    def test_overlap(self):
        points = np.random.RandomState(12345)
        # apply mock array to node object

        node.overlap()
 No newline at end of file