cyrilzhang commited on
Commit
007ed2b
1 Parent(s): ea5645f

Update ace.py

Browse files
Files changed (1) hide show
  1. ace.py +1 -3
ace.py CHANGED
@@ -41,10 +41,8 @@ class MockupDataset(datasets.GeneratorBasedBuilder):
41
  VERSION = datasets.Version("0.0.0")
42
  BUILDER_CONFIGS = []
43
 
44
- def __init__(self, name=None, data_config=None, **kwargs):
45
  super().__init__(**kwargs)
46
-
47
- print(data_config)
48
 
49
  if 'length' not in data_config:
50
  data_config['length'] = 20
 
41
  VERSION = datasets.Version("0.0.0")
42
  BUILDER_CONFIGS = []
43
 
44
+ def __init__(self, name=None, data_config={}, **kwargs):
45
  super().__init__(**kwargs)
 
 
46
 
47
  if 'length' not in data_config:
48
  data_config['length'] = 20