Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
scipy / linalg / tests / test_misc.py
Size: Mime:
from scipy.linalg import norm


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