File size: 76 Bytes
d9d012b
 
 
 
 
1
2
3
4
5
6
from scipy.linalg import norm


def test_norm():
    assert norm([]) == 0.0