From 1bb19e3a8d392b7e5d4c44574f25917f37fdcb59 Mon Sep 17 00:00:00 2001 From: Neha Talluri <78840540+ntalluri@users.noreply.github.com> Date: Tue, 20 Aug 2024 09:25:27 -0500 Subject: [PATCH] Update spras/config.py comment Co-authored-by: Anthony Gitter --- spras/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spras/config.py b/spras/config.py index 554198b5..3fad39e9 100644 --- a/spras/config.py +++ b/spras/config.py @@ -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