Skip to content

Commit

Permalink
Changed UT example number of points
Browse files Browse the repository at this point in the history
  • Loading branch information
botprof committed Mar 14, 2023
1 parent 5d92701 commit e6a8e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UT_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit e6a8e1f

Please sign in to comment.