Hi Mikhail, could you please a bug against a corresponding package, so we will be able properly track it.
Thanks Anton 2015-08-24 10:48 GMT+02:00 Mikhail Ukhanov <[email protected]>: > Dear maintainer, > > The following kumac gives erroneous result in Debian 7 (wheezy) > -------------------------------------------------------------------------------------------------------------------------- > $ uname -a > Linux xxx 3.16.0-4-586 #1 Debian 3.16.7-ckt11-1 (2015-05-24) i686 GNU/Linux > > $ cat test2.kumac > *** compatibility test > > SET * > OPT * > OPT NBOX > > TRACE ON > OPT LOGY > > > VECT/CRE DX(14) R 14*0.0 > VECT/CRE X(14) R 14*0 > VECT/CRE Y(14) R 14*0 > VECT/CRE W(14) R 14*0 > VECT/CRE DY(14) R 14*0 > > APPLI COMIS QUIT > subroutine filvec > VECTOR X,Y,DY,W > DO J=1,14 > X(J)=1.+0.4*(J-1) > Y(J)=EXP(8.-3.0*X(J)) > W(J)=EXP(8.-3.0*X(J)) > DY(J)=0.1*Y(J) > PRINT *,J,X(J),Y(J),W(J),DY(J) > ENDDO > W(1)=0.9*W(1) > END > CALL FILVEC > END > QUIT > > NULL 0 7 1.e-07 1.E+03 > HPLOT/ERROR X Y DX DY 14 21 > VECT/FIT X Y DY E S > WAIT > > NULL 0 7 1.e-07 1.E+03 > HPLOT/ERROR X W DX DY 14 21 > VECT/FIT X W DY E S > -------------------------------------------------------------------------------------------------------------------------- > > The correct behavior of the minuit is observed on a similar linux box: > $ uname -a > Linux TestBench 3.2.0-4-686-pae #1 SMP Debian 3.2.68-1+deb7u1 i686 GNU/Linux > > but the paw version in this case was not updated since jessie (Debian 6) > > The examples of the paw output are given in the attacments. > > Best regards, > > Mikhail Ukhanov. > > > -- > debian-science-maintainers mailing list > [email protected] > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers -- debian-science-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers
