Fix data provider bug
This commit is contained in:
parent
bede9e3dd5
commit
c2995c34e7
@ -101,7 +101,7 @@ class DataProvider(object):
|
|||||||
self.shuffle()
|
self.shuffle()
|
||||||
|
|
||||||
def __next__(self):
|
def __next__(self):
|
||||||
self.next()
|
return self.next()
|
||||||
|
|
||||||
def reset(self):
|
def reset(self):
|
||||||
"""Resets the provider to the initial state."""
|
"""Resets the provider to the initial state."""
|
||||||
|
Loading…
Reference in New Issue
Block a user