neural/.venv/lib/python3.11/site-packages/scipy/linalg/tests/test_misc.py
2024-06-13 23:28:24 +03:00

6 lines
76 B
Python

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