Skip to content

Commit

Permalink
Update spras/config.py comment
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Gitter <[email protected]>
  • Loading branch information
ntalluri and agitter authored Aug 20, 2024
1 parent b381e9a commit 1bb19e3
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 @@ -70,7 +70,7 @@ def __init__(self, raw_config):
self.unpack_singularity = False
# A dictionary to store configured datasets against which SPRAS will be run
self.datasets = None
# A dictionary to store configured gold standard data against ouptut of SPRAS runs
# A dictionary to store configured gold standard data against output of SPRAS runs
self.gold_standards = None
# The hash length SPRAS will use to identify parameter combinations. Default is 7
self.hash_length = DEFAULT_HASH_LENGTH
Expand Down

0 comments on commit 1bb19e3

Please sign in to comment.