Skip to content

Commit 438274e

Browse files
adding some working model
1 parent 9cece76 commit 438274e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
def myGenerator():
4040
while True:
41-
index_list = random.sample(range(1, 80), 3)
41+
index_list = random.sample(range(1, 80), 2)
4242
alldata_x = []
4343
alldata_y = []
4444
for i in index_list:

0 commit comments

Comments
 (0)