Metadata-Version: 1.0
Name: nose-numpyseterr
Version: 0.1
Summary: Nose plugin to set how floating-point errors are handled by numpy
Home-page: UNKNOWN
Author: Takafumi Arakaki
Author-email: aka.tkf@gmail.com
License: MIT License
Description: 
        This nose plugin set how floating-point errors are handled by numpy
        
        Ever wondered why you get 'Warning: divide by zero encountered in divide'
        when running nosetest with numpy? Just run nosetest with ``--npe-all=raise``
        option and you will see why.
        
        See the document of `numpy.seterr` for the other valid arguments.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Scientific/Engineering
