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 /appveyor.yml | |
| 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 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 9f66b22e..43669a40 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -62,6 +62,7 @@ test_script: - gie.exe ..\test\gie\more_builtins.gie - gie.exe ..\test\gie\deformation.gie - gie.exe ..\test\gie\axisswap.gie + - gie.exe ..\test\gie\ellipsoid.gie deploy: off |
