cyrilzhang commited on
Commit
776b4aa
·
1 Parent(s): 416c427

Update automata.py

Browse files
Files changed (1) hide show
  1. automata.py +1 -1
automata.py CHANGED
@@ -42,7 +42,7 @@ class SyntheticAutomataDataset(datasets.GeneratorBasedBuilder):
42
  VERSION = datasets.Version("0.0.0")
43
  BUILDER_CONFIGS = []
44
 
45
- def __init__(self, name='parity', data_config={}, **kwargs):
46
  super().__init__(**kwargs)
47
 
48
  """
 
42
  VERSION = datasets.Version("0.0.0")
43
  BUILDER_CONFIGS = []
44
 
45
+ def __init__(self, name=None, data_config={}, **kwargs):
46
  super().__init__(**kwargs)
47
 
48
  """