mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-30 16:31:08 +00:00
fixed return type of test function to str from none
This commit is contained in:
parent
f0919fed68
commit
2ee5df1cd8
|
@ -461,7 +461,7 @@ class LongShortTermMemory:
|
|||
|
||||
self.backward_pass(errors, inputs)
|
||||
|
||||
def test(self) -> None:
|
||||
def test(self) -> str:
|
||||
"""
|
||||
Test the LSTM model.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user