Skip to content

Commit 170e7ac

Browse files
committed
Bug fix
1 parent 9a51fe3 commit 170e7ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

steps_kt/dataGenSequences.py

-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def getNextSplitData (self):
131131
if uid == None:
132132
return (numpy.vstack(featList), numpy.hstack(labelList))
133133
if uid in labels:
134-
labelMat = self.getBinaryLabels(labels[uid])
135134
featList.append (featMat)
136135
labelList.append (labels[uid])
137136

0 commit comments

Comments
 (0)