From 2e9e1a614cf123c65a4c85a95514ced387788778 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Mon, 2 Mar 2020 20:00:46 -0700 Subject: [PATCH] missing paren --- Software/python/hwtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/python/hwtest.py b/Software/python/hwtest.py index 78a498c..8e83e03 100644 --- a/Software/python/hwtest.py +++ b/Software/python/hwtest.py @@ -113,7 +113,7 @@ def control_thread(): # TODO: implement control stuff and drive outputs new_time_data = [this_time, line_position] - time_data = np.concatenate((time_data, new_time_data) + time_data = np.concatenate((time_data, new_time_data)) if DEBUG: for b in brightness: