Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
ntalluri committed Jul 19, 2024
1 parent 860d840 commit f635e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spras/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def process_config(self, raw_config):
# Convert to dicts to simplify the yaml logging
self.datasets = {dataset["label"]: dict(dataset) for dataset in raw_config["datasets"]}

# TODO: turn into try except
# TODO: turn into try except
self.gold_standard = {goldstandard["label"]: dict(goldstandard) for goldstandard in raw_config["gold_standard"]}
for key in self.gold_standard:
pattern = r'^\w+$'
Expand Down

0 comments on commit f635e99

Please sign in to comment.