diff options
author | Kevin Sheppard <kevin.k.sheppard@gmail.com> | 2019-04-08 10:11:07 +0100 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-05-20 18:45:27 +0300 |
commit | 7e8e19f9a3b452fdbd992568348b393c31fba005 (patch) | |
tree | 663fb54dce4ae97ce434a21fab1e9e449a4e0ec7 /.circleci | |
parent | fa8af41c9d375072b2c7af66e5f7f01df4754841 (diff) | |
download | numpy-7e8e19f9a3b452fdbd992568348b393c31fba005.tar.gz |
BUG: Correct handling of nans
Improve consistency of nan handling
Prevent nans prducing values from int functions
Add tests to ensure guards work
Synchronize with randomgen
Remove comments no longer relevant
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 2a3d82677..e7fbf55fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: command: | python3 -m venv venv . venv/bin/activate - pip install cython sphinx==1.8.5 matplotlib + pip install cython sphinx>=1.8.5 matplotlib ipython sudo apt-get update sudo apt-get install -y graphviz texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra texlive-generic-extra latexmk texlive-xetex |