From e6a8e1fa96c0ce1439fc90a0abd90715cb80d85a Mon Sep 17 00:00:00 2001 From: Joshua Marshall Date: Tue, 14 Mar 2023 14:48:08 -0400 Subject: [PATCH] Changed UT example number of points --- UT_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UT_example.py b/UT_example.py index 32c80ec..f0bbe16 100644 --- a/UT_example.py +++ b/UT_example.py @@ -13,7 +13,7 @@ from matplotlib import patches # Set the number of points to simulate for ground truth -N = 1000000 +N = 100000 # Initialized input and output arrays x = np.zeros((2, N))