diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-02-08 14:26:29 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-02-09 14:39:38 +0100 |
| commit | be4dd97fc7c1833019b1aa4db65a8a5550853269 (patch) | |
| tree | 5b223355b468fcce10c4fe02b2001dd1ef181f94 /nad/testvarious | |
| parent | 4cd6fe1369f52bc53c8e595a218bd0e7426b05db (diff) | |
| download | PROJ-be4dd97fc7c1833019b1aa4db65a8a5550853269.tar.gz PROJ-be4dd97fc7c1833019b1aa4db65a8a5550853269.zip | |
Relaxing tolerances in a few tests to fix #778.
Diffstat (limited to 'nad/testvarious')
| -rwxr-xr-x | nad/testvarious | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nad/testvarious b/nad/testvarious index 4ca20a63..8b3c14ac 100755 --- a/nad/testvarious +++ b/nad/testvarious @@ -782,11 +782,11 @@ EOF echo "##############################################################" >> ${OUT} echo "Test SCH inverse projection" >> ${OUT} # -$EXE -f '%.7f' \ +$EXE -f '%.6f' \ +proj=sch +datum=WGS84 +plat_0=30.0 +plon_0=45.0 +phdg_0=-12.0 +nodefs +to \ +proj=latlong +datum=WGS84 \ -E >> ${OUT} <<EOF -0. 0. +0. 0. 2. 0. 1000. 1000. 0. 1000. 1000. |
