Galileo icon indicating copy to clipboard operation
Galileo copied to clipboard

Tests failing with recent Mojolicious

Open andk opened this issue 2 years ago • 1 comments

Two tests with same perl:

  • pass: http://www.cpantesters.org/cpan/report/4a6b0706-535e-11ee-9e5c-46ac778fa51e
  • fail: http://www.cpantesters.org/cpan/report/ab8d43e6-539f-11ee-9388-a414ee7300d1

The second is with Mojolicious 9.34

andk avatar Sep 16 '23 02:09 andk

Yes, statistical analysis confirms this:

****************************************************************
Regression 'mod:Mojolicious'
****************************************************************
Name           	       Theta	      StdErr	 T-stat
[0='const']    	      1.0000	      0.0000	9144402111454500.00
[1='eq_7.55']  	     -0.0000	      0.0000	  -2.42
[2='eq_8.09']  	     -0.0000	      0.0000	  -1.14
[3='eq_8.12']  	     -0.0000	      0.0000	  -0.41
[4='eq_8.17']  	     -0.0000	      0.0000	  -1.04
[5='eq_8.40']  	     -0.0000	      0.0000	  -2.91
[6='eq_8.41']  	      0.0000	      0.0000	   0.72
[7='eq_8.43']  	     -0.0000	      0.0000	  -2.29
[8='eq_8.51']  	     -0.0000	      0.0000	  -0.75
[9='eq_8.52']  	     -0.0000	      0.0000	  -1.14
[10='eq_8.55'] 	     -0.0000	      0.0000	  -0.09
[11='eq_8.56'] 	     -0.0000	      0.0000	  -3.76
[12='eq_8.57'] 	     -0.0000	      0.0000	  -1.73
[13='eq_9.02'] 	      0.0000	      0.0000	   2.50
[14='eq_9.22'] 	      0.0000	      0.0000	   2.97
[15='eq_9.23'] 	      0.0000	      0.0000	   6.23
[16='eq_9.33'] 	      0.0000	      0.0000	   4.67
[17='eq_9.34'] 	     -1.0000	      0.0000	-8347658852235837.00
[18='eq_9.35'] 	     -1.0000	      0.0000	-9044460289758456.00
[19='eq_9.37'] 	     -1.0000	      0.0000	-8466071275187137.00
[20='eq_9.38'] 	     -1.0000	      0.0000	-8675141553794738.00
[21='eq_9.39'] 	     -1.0000	      0.0000	-6466068742906061.00

R^2= 1.000, N= 170, K= 22
****************************************************************

eserte avatar Dec 01 '24 14:12 eserte