plot 15
This commit is contained in:
parent
45c382b3a3
commit
345142d14c
@ -7,7 +7,7 @@ def readFile(file):
|
||||
countL = 0
|
||||
for line in inFile:
|
||||
countL += 1
|
||||
y2 = [[0] for row in data]
|
||||
y2 = np.array[[0] for row in data]
|
||||
return countL, y2;
|
||||
|
||||
def createplotWER():
|
||||
|
Loading…
Reference in New Issue
Block a user