From a6a5118d4203e1dcd81cb5de25d2a201784086d3 Mon Sep 17 00:00:00 2001
From: Neil Gershenfeld <gersh@cba.mit.edu>
Date: Fri, 7 Feb 2020 22:31:52 -0500
Subject: [PATCH] wip

---
 Python/numbapip.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Python/numbapip.py b/Python/numbapip.py
index 6b8735f..87537af 100755
--- a/Python/numbapip.py
+++ b/Python/numbapip.py
@@ -8,7 +8,7 @@
 import time
 from numba import njit,prange
 
-NPTS = 1000000000
+NPTS = 10000000000
 @njit(parallel=True)
 def calc():
    a = 0.5
-- 
GitLab