Skip to content

Commit

Permalink
updating numpy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Clara Brasseur committed Nov 15, 2019
1 parent 973c545 commit 3a1020b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -100,11 +100,11 @@ matrix:
# time.

- os: linux
env: PYTHON_VERSION=3.5 NUMPY_VERSION=1.12 ASTROPY_VERSION=3.0
env: PYTHON_VERSION=3.5 NUMPY_VERSION=1.13 ASTROPY_VERSION=3.0
- os: linux
env: PYTHON_VERSION=3.6 NUMPY_VERSION=1.13
env: PYTHON_VERSION=3.6 NUMPY_VERSION=1.15
- os: linux
env: NUMPY_VERSION=1.14
env: NUMPY_VERSION=1.16

# Try numpy pre-release
- os: linux
Expand Down
2 changes: 1 addition & 1 deletion docs/astrocut/index.rst
Expand Up @@ -47,7 +47,7 @@ limitation:
This operation can also take some time to run. For the 1348 FFI images of the TESS ete-6
simulated sector, it takes about 12 minutes to run on a computer with 65 GB of memory.

By default ``make_cube`` runs in verbose mode and prints out it's progress, however setting
By default ``make_cube`` runs in verbose mode and prints out its progress, however setting
verbose to false will silence all output.

.. code-block:: python
Expand Down

0 comments on commit 3a1020b

Please sign in to comment.