Skip to content

Commit

Permalink
doc string pass again
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Mar 27, 2018
1 parent 05465d8 commit 1591bc5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ before_install:
script:
- export UVCDAT_ANONYMOUS_LOG=False
- export UVCDAT_SETUP_PATH=${HOME}
- conda create -q -n py2 -c cdat/label/nightly -c nesii/label/dev-esmf -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8 genutil matplotlib mesalib image-compare dv3d cdutil "proj4<5" "python<3"
- conda create -q -n py3 -c cdat/label/nightly -c nesii/label/dev-esmf -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8 genutil matplotlib mesalib image-compare dv3d cdutil cdtime "proj4<5" "python>3"
- conda create -q -n py2 -c cdat/label/nightly -c nesii/label/dev-esmf -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8 genutil matplotlib mesalib image-compare dv3d cdutil "proj4<5" "python<3" "numpy>1.14"
- conda create -q -n py3 -c cdat/label/nightly -c nesii/label/dev-esmf -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8 genutil matplotlib mesalib image-compare dv3d cdutil cdtime "proj4<5" "python>3" "numpy>1.14"
- echo $TRAVIS_BRANCH
- export TRAVIS_PR_BRANCH=$TRAVIS_BRANCH
- echo $TRAVIS_EVENT_TYPE
Expand Down
4 changes: 2 additions & 2 deletions ci-support/circleci_mac_dep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
ls
pwd
export PATH=${HOME}/miniconda/bin:${PATH}
conda create -q -n py3 -c cdat/label/nightly -c nesii/label/dev-esmf -c conda-forge -c uvcdat cdms2 nose flake8 cdat_info udunits2 mesalib nose image-compare flake8 matplotlib numpy=1.13 image-compare genutil dv3d cdutil cdtime nbsphinx easydev "proj4<5" "python>3"
conda create -q -n py2 -c cdat/label/nightly -c nesii/label/dev-esmf -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8 mesalib nose image-compare flake8 matplotlib numpy=1.13 image-compare genutil dv3d cdutil cdtime "proj4<5" "python<3"
conda create -q -n py2 -c cdat/label/nightly -c nesii/label/dev-esmf -c conda-forge -c uvcdat cdms2 cdat_info udunits2 nose flake8 mesalib nose image-compare flake8 matplotlib numpy=1.13 image-compare genutil dv3d cdutil cdtime "proj4<5" "python<3" "numpy>1.14"
conda create -q -n py3 -c cdat/label/nightly -c nesii/label/dev-esmf -c conda-forge -c uvcdat cdms2 nose flake8 cdat_info udunits2 mesalib nose image-compare flake8 matplotlib numpy=1.13 image-compare genutil dv3d cdutil cdtime nbsphinx easydev "proj4<5" "python>3" "numpy>1.14"
export UVCDAT_ANONYMOUS_LOG=False
source activate py2
python setup.py install --old-and-unmanageable
Expand Down
2 changes: 1 addition & 1 deletion vcs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2377,7 +2377,7 @@ def getworldcoordinates(gm, X, Y):
>>> yax=v.getAxis(2) # Y axis
>>> box=vcs.getboxfill()
>>> vcs.getworldcoordinates(box, xax, yax)
[-180.0, 180.0, -88.288399, 88.288399]
[-180.0, 180.0, -88.2884, 88.2884]
:param gm: A VCS graphics method object to get worldcoordinates for.
:type gm: graphics method object
Expand Down

0 comments on commit 1591bc5

Please sign in to comment.