Skip to content

Commit

Permalink
Modify test file
Browse files Browse the repository at this point in the history
  • Loading branch information
WisamAbbasi committed Oct 4, 2023
1 parent cfadd40 commit 86f511b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test_flask-parental-control.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ def test_get_model():
print(
"Test Failed: The loaded model does not match the expected model."
)
print("Expected Model Summary:")
expected_model.summary()
print("\nActual Loaded Model Summary:")
model.summary()
# print("Expected Model Summary:")
# expected_model.summary()
# print("\nActual Loaded Model Summary:")
# model.summary()


def test_loaded_model():
Expand Down

0 comments on commit 86f511b

Please sign in to comment.