summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_regression.py
Commit message (Expand)AuthorAgeFilesLines
* TST: fix OverflowError on win-amd64Christoph Gohlke2015-08-011-1/+1
* MAINT: adjust tolerance for validating the sum of probs in random.choicealex2015-07-291-1/+13
* BUG: np.random.beta with small parameters produces NaNsJaime Fernandez2015-05-101-0/+8
* BUG: Fix potential overflows in rk_hypergeometric_hrua()Anton Ovchinnikov2015-03-031-0/+11
* STY: PEP8 fixups for numpy/random.Charles Harris2014-07-311-1/+1
* Merge pull request #3243 from seberg/deprecate-non-integer-arguments-newCharles Harris2013-06-091-1/+1
|\
| * STY: Style fixes for integer deprecation changesSebastian Berg2013-06-091-1/+1
| * MAINT: adept divisions for truedivideSebastian Berg2013-05-311-1/+1
* | TST: remove docstrings from test_ functionsChristoph Gohlke2013-05-271-13/+8
* | BUG: Fix multivariate_normal issue with 'size' argumentChristoph Gohlke2013-05-271-5/+16
* | TST: remove docstring from test_randint_range functionChristoph Gohlke2013-05-271-1/+1
* | TST: rename one test_hypergeometric_range functionChristoph Gohlke2013-05-271-1/+1
|/
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-1/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: internal call fix in random.choiceSebastian Berg2012-12-151-0/+10
* [FIX] Make np.random.shuffle less brain-deadNathaniel J. Smith2012-07-171-0/+10
* ENH: Break out regression tests into separate file and explicitly import neededCharles Harris2011-01-241-0/+57