Comment out next()
This commit is contained in:
parent
8ed08eac33
commit
9c39989769
@ -202,3 +202,5 @@ class MetOfficeDataProvider(DataProvider):
|
|||||||
# initialise base class with inputs and targets arrays
|
# initialise base class with inputs and targets arrays
|
||||||
# super(MetOfficeDataProvider, self).__init__(
|
# super(MetOfficeDataProvider, self).__init__(
|
||||||
# inputs, targets, batch_size, max_num_batches, shuffle_order, rng)
|
# inputs, targets, batch_size, max_num_batches, shuffle_order, rng)
|
||||||
|
def __next__(self):
|
||||||
|
return self.next()
|
Loading…
Reference in New Issue
Block a user