Update generator.py
This commit is contained in:
parent
195dbf7807
commit
76e54a682a
@ -8,14 +8,9 @@ ppservers = ()
|
|||||||
# Number of jobs to run
|
# Number of jobs to run
|
||||||
parts = 1000000
|
parts = 1000000
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
jobs = []
|
jobs = []
|
||||||
current = 0
|
current = 0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def backtesting(ind):
|
def backtesting(ind):
|
||||||
er1 = str(ind)
|
er1 = str(ind)
|
||||||
ou1 = str(ind * 1024)
|
ou1 = str(ind * 1024)
|
||||||
|
Loading…
Reference in New Issue
Block a user