MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / check

Function check

numpy_class/exercises/ex5.py:32–35  ·  view source on GitHub ↗
(A, b)

Source from the content-addressed store, hash-verified

30
31
32def check(A, b):
33 print("Testing:", A)
34 assert(is_symmetric1(A) == b)
35 assert(is_symmetric2(A) == b)
36
37
38# test the functions

Callers 1

ex5.pyFile · 0.85

Calls 2

is_symmetric1Function · 0.85
is_symmetric2Function · 0.85

Tested by

no test coverage detected