test_misc.py 76 B

12345
  1. from scipy.linalg import norm
  2. def test_norm():
  3. assert norm([]) == 0.0