Skip to content

Commit

Permalink
Updating a unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaanaksit committed Nov 28, 2023
1 parent 933acb6 commit 6602f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_learn_models_multi_layer_perceptron.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ def test_pass(output_values, input_values, loss_function, model):


if __name__ == '__main__':
sys.exit(main())
sys.exit(test())

0 comments on commit 6602f7e

Please sign in to comment.