cyrilzhang commited on
Commit
ddf59c9
·
1 Parent(s): e658057

Update ace.py

Browse files
Files changed (1) hide show
  1. ace.py +1 -1
ace.py CHANGED
@@ -41,7 +41,7 @@ class MockupDataset(datasets.GeneratorBasedBuilder):
41
  BUILDER_CONFIGS = []
42
 
43
  def __init__(self, name, data_config={}, **kwargs):
44
- super().__init__(name=name, **kwargs)
45
 
46
  if 'length' not in data_config:
47
  data_config['length'] = 20
 
41
  BUILDER_CONFIGS = []
42
 
43
  def __init__(self, name, data_config={}, **kwargs):
44
+ super().__init__(**kwargs)
45
 
46
  if 'length' not in data_config:
47
  data_config['length'] = 20