Skip to content

Commit

Permalink
CLN: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tupui committed Jun 19, 2020
1 parent 933990e commit f193c71
Show file tree
Hide file tree
Showing 4 changed files with 388 additions and 346 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
. venv/bin/activate
pip install --install-option="--no-cython-compile" cython
pip install numpy
pip install nose mpmath argparse Pillow codecov matplotlib Sphinx
pip install nose mpmath argparse Pillow codecov matplotlib "Sphinx!=3.1.0"
pip install pybind11
- run:
Expand Down
2 changes: 2 additions & 0 deletions scipy/stats/qmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,8 @@ def __init__(self, k_vars, inv_transform=False, engine=None, seed=None):

if engine is None:
self.engine = Sobol(k_vars=engine_dim, scramble=True, seed=seed)
else:
self.engine = engine

def random(self, n_samples=1):
"""Draw n QMC samples from the standard Normal.
Expand Down

0 comments on commit f193c71

Please sign in to comment.