From 874a4d9db811e1c938d54d652a425939c3c7a35e Mon Sep 17 00:00:00 2001 From: Andrew Su Date: Fri, 20 Oct 2023 14:58:34 -0700 Subject: [PATCH] fix typo --- src/ontogpt/engines/knowledge_engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontogpt/engines/knowledge_engine.py b/src/ontogpt/engines/knowledge_engine.py index 6dbd6d960..92cec8c7a 100644 --- a/src/ontogpt/engines/knowledge_engine.py +++ b/src/ontogpt/engines/knowledge_engine.py @@ -48,7 +48,7 @@ # TODO: introspect # TODO: move this to its own module DATAMODELS = [ - "bioloigical_process.BiologicalProcess", + "biological_process.BiologicalProcess", "biotic_interaction.BioticInteraction", "cell_type.CellTypeDocument", "ctd.ChemicalToDiseaseDocument",