Skip to content
Snippets Groups Projects
Commit 6007d0b7 authored by Neil Gershenfeld's avatar Neil Gershenfeld
Browse files

wip

parent 7ecf93dc
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
from numpy import * from numpy import *
import time import time
NPTS = 10000000 NPTS = 100000000
a = 0.5 a = 0.5
b = 0.75 b = 0.75
c = 0.25 c = 0.25
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
import time import time
NPTS = 10000000 NPTS = 100000000
a = 0.5 a = 0.5
b = 0.75 b = 0.75
c = 0.25 c = 0.25
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment