diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2017-11-20 13:20:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-20 13:20:02 +0100 |
| commit | 5f1522ad7652e562f98328b05d905c407bab99e9 (patch) | |
| tree | f8a73c0c5eb53ef4ba05eb5fd0ca5c9f0fa5d882 /travis | |
| parent | 3d6f36a2e10d103727a072d160fcf724daa871d5 (diff) | |
| download | PROJ-5f1522ad7652e562f98328b05d905c407bab99e9.tar.gz PROJ-5f1522ad7652e562f98328b05d905c407bab99e9.zip | |
Replace pj_ell_set with reimplementation... (#675)
* Replace pj_ell_set with reimplementation supporting ellipsoid inheritance
* remove unreachable code from pj_ell_set.c
* Swap steps, so ellps args are read first, in accordance with historical behaviour
* Add ellipsoid tests to CI targets
* Reduce some optimistic tolerances
OS/X appears to have a slightly off float handling, resulting in differences at the nanometer level. Switching to 10 nm.
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/install.sh b/travis/install.sh index 049669d4..f71108c6 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -84,6 +84,7 @@ PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/builtins.gie PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/more_builtins.gie PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/deformation.gie PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/axisswap.gie +PROJ_LIB=$GRIDDIR ./src/gie ./test/gie/ellipsoid.gie # install & run the working GIGS test # create locations that pyproj understands |
