Datasets:
Rename anneal.py to annealing.py
Browse files- anneal.py → annealing.py +0 -3
anneal.py → annealing.py
RENAMED
@@ -121,9 +121,6 @@ class Anneal(datasets.GeneratorBasedBuilder):
|
|
121 |
|
122 |
|
123 |
def _info(self):
|
124 |
-
if self.config.name not in features_per_config:
|
125 |
-
raise ValueError(f"Unknown configuration: {self.config.name}")
|
126 |
-
|
127 |
info = datasets.DatasetInfo(description=DESCRIPTION, citation=_CITATION, homepage=_HOMEPAGE,
|
128 |
features=features_per_config[self.config.name])
|
129 |
|
|
|
121 |
|
122 |
|
123 |
def _info(self):
|
|
|
|
|
|
|
124 |
info = datasets.DatasetInfo(description=DESCRIPTION, citation=_CITATION, homepage=_HOMEPAGE,
|
125 |
features=features_per_config[self.config.name])
|
126 |
|