summaryrefslogtreecommitdiff
path: root/numpy/polynomial/tests/test_hermite.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Add tests for hermfit with deg specified as listJonathan Underwood2016-01-181-0/+31
* MAINT: Fix blemishes in numpy/polynomial/tests revealed by pyflakes.Charles Harris2014-07-291-1/+0
* STY: PEP8 fixes for numpy/polynomial/tests/*.py.Charles Harris2014-07-291-8/+8
* STY: Make numpy/polynomial/tests/*.py PEP8 compliant.Charles Harris2013-09-031-79/+76
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-33/+33
* BUG: Campanion Matrix was scalar, not matrix for degree 1.Charles Harris2013-06-201-0/+16
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-3/+3
* TST: Add Test for column scaling in the polynomial package fits.Charles Harris2013-01-231-0/+4
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-30/+0
* TST: Add tests for NA support in the polynomial fitting functions.Charles Harris2012-01-091-0/+29
* TST: Finish moving class tests into test_classes.Charles Harris2012-01-091-69/+0
* TST: Move more tests into numpy/polynomial/tests/test_classes.pyCharles Harris2012-01-091-61/+0
* TST: Add tests for basis and cast static class methods.Charles Harris2012-01-091-63/+1
* TST: Add tests for Gauss quadrature and weight functions.Charles Harris2012-01-091-22/+52
* BUG: Fix test that was in wrong spot.Charles Harris2012-01-091-4/+4
* TST: Add tests for multidimensional coefficient array functionality.Charles Harris2012-01-091-54/+180
* BUG: The derivative tests were using incorrect test coefficients.Charles Harris2012-01-091-3/+3
* ENH: Change test_trimdeg to test_cutdeg to match method name.Charles Harris2011-03-131-1/+2
* ENH: First commit of hermite and laguerre polynomials. The documentation andCharles Harris2011-03-031-0/+536