Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
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.py
File · 0.85
Calls
2
is_symmetric1
Function · 0.85
is_symmetric2
Function · 0.85
Tested by
no test coverage detected