From c0fcd0eaa0889b0a7152715da65a451ed580e753 Mon Sep 17 00:00:00 2001 From: Mike Lippincott <58147848+MikeLippincott@users.noreply.github.com> Date: Thu, 6 Jul 2023 13:47:36 -0600 Subject: [PATCH] Update MLP_Model/MLP_utils/exceptions.py Co-authored-by: Jenna Tomkinson <107513215+jenna-tomkinson@users.noreply.github.com> --- MLP_Model/MLP_utils/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MLP_Model/MLP_utils/exceptions.py b/MLP_Model/MLP_utils/exceptions.py index 217019369..0e659cc43 100644 --- a/MLP_Model/MLP_utils/exceptions.py +++ b/MLP_Model/MLP_utils/exceptions.py @@ -9,7 +9,7 @@ class TrainingValidationTestingSplitError(Exception): class YDataTypeError(Exception): """Exception occurs in the case that the y data does not have the correct data type - each model has a different y data type""" + (e.g., each model has a different y data type)""" pass