From 4d962ec0a269ecfde013cf28cb14ef6ed7a2e00c Mon Sep 17 00:00:00 2001 From: Steve Tonneau <stonneau@laas.fr> Date: Tue, 14 Mar 2017 11:10:42 +0100 Subject: [PATCH] cleaning --- python/test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/test/test.py b/python/test/test.py index 34e2a0b..d7cf16d 100644 --- a/python/test/test.py +++ b/python/test/test.py @@ -32,7 +32,7 @@ a.derivate(0.4,2) #testing spline_deriv_constraints c = spline_constraints(); -c.init_vel; # TODO: error in reading DATA at the time ... +c.init_vel; c.end_vel; c.init_acc; c.end_acc; -- GitLab