octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #9958] [octave forge](mapping) gcxgc


From: anonymous
Subject: [Octave-patch-tracker] [patch #9958] [octave forge](mapping) gcxgc
Date: Fri, 14 Aug 2020 08:54:04 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #24, patch #9958 (project octave):

Yes the error should be 10e-3 for everything

The first test changed to

%!test
%! [lat3, lon3] = gcxgc ( 51.8853, 0.2545, 108.55, 49.0034, 2.5735, 32.44);
%! assert (degrees2dms (lat3(1)), [50 54 27.387], 10e-3)
%! assert (degrees2dms (lon3(1)), [04 30 30.8687], 10e-3)


All others should pass with the 10e-3 change.


I will look at your other approach, to see where I can improve.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?9958>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]