applied-ai-018's picture
Add files using upload-large-folder tool
d9d012b verified
raw
history blame
76 Bytes
from scipy.linalg import norm
def test_norm():
assert norm([]) == 0.0