This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
SRI-DYZBC2
/
Vehicle-cpp
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
Vehicle-cpp
/
hkpc
/
software
/
scipy
/
linalg
/
tests
/
test_misc.py
test_misc.py
76 B
Permalink
Histórico
Raw
1
2
3
4
5
from scipy.linalg import norm
def test_norm():
assert norm([]) == 0.0