Skip to content

Commit

Permalink
Update MLP_Model/MLP_utils/exceptions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jenna Tomkinson <107513215+jenna-tomkinson@users.noreply.github.com>
  • Loading branch information
MikeLippincott and jenna-tomkinson authored Jul 6, 2023
1 parent 11acf8f commit c0fcd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MLP_Model/MLP_utils/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c0fcd0e

Please sign in to comment.