We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71b652 commit 6b941e0Copy full SHA for 6b941e0
spras/config/config.py
@@ -181,7 +181,6 @@ def process_datasets(self, raw_config: RawConfig):
181
for gold_standard in raw_config.gold_standards:
182
gold_standard.label = attach_spras_revision(gold_standard.label)
183
184
- self.datasets = {}
185
for dataset in raw_config.datasets:
186
label = dataset.label
187
if label.lower() in [key.lower() for key in self.datasets.keys()]:
0 commit comments