Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum Mojolicious version #11

Open
eserte opened this issue Mar 27, 2021 · 1 comment
Open

Minimum Mojolicious version #11

eserte opened this issue Mar 27, 2021 · 1 comment

Comments

@eserte
Copy link

eserte commented Mar 27, 2021

t/route.t fails on some of my smokers:

Can't locate object method "_route" via package "Mojolicious::Routes::Route" at t/route.t line 18.
# Looks like your test exited with 2 before it could output anything.
t/route.t .................... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 6/6 subtests 

It seems that the minimum Mojolicious version needs to be increased to 9.0 or so. Statistical analysis:

****************************************************************
Regression 'mod:Mojolicious'
****************************************************************
Name           	       Theta	      StdErr	 T-stat
[0='const']    	     -0.0000	      0.0000	 -13.95
[1='eq_8.17']  	      0.0000	      0.0000	   0.00
[2='eq_8.40']  	      0.0000	      0.0000	   0.00
[3='eq_8.41']  	     -0.0000	      0.0000	  -2.33
[4='eq_8.43']  	      0.0000	      0.0000	   7.03
[5='eq_8.58']  	      0.0000	      0.0000	   3.52
[6='eq_9.12']  	      1.0000	      0.0000	41886325517545864.00
[7='eq_9.13']  	      1.0000	      0.0000	75775213957302832.00
[8='eq_9.14']  	      1.0000	      0.0000	77558404139519728.00

R^2= 1.000, N= 77, K= 9
****************************************************************
@eserte
Copy link
Author

eserte commented Mar 27, 2021

Actually it seems that somewhat older versions also work, e.g. 8.67. Statistical analysis with more data:

****************************************************************
Regression 'mod:Mojolicious'
****************************************************************
Name           	       Theta	      StdErr	 T-stat
[0='const']    	      0.0000	      0.0000	   2.12
[1='eq_7.14']  	     -0.0000	      0.0000	  -1.49
[2='eq_8.09']  	      0.0000	      0.0000	   0.21
[3='eq_8.12']  	      0.0000	      0.0000	   0.00
[4='eq_8.17']  	      0.0000	      0.0000	   0.21
[5='eq_8.26']  	     -0.0000	      0.0000	  -2.76
[6='eq_8.40']  	      0.0000	      0.0000	   0.42
[7='eq_8.41']  	     -0.0000	      0.0000	  -1.34
[8='eq_8.43']  	      0.0000	      0.0000	   0.85
[9='eq_8.58']  	     -0.0000	      0.0000	  -3.40
[10='eq_8.59'] 	      0.0000	      0.0000	   0.42
[11='eq_8.67'] 	      1.0000	      0.0000	5407337878531403.00
[12='eq_8.71'] 	      1.0000	      0.0000	4836470029482286.00
[13='eq_9.0']  	      1.0000	      0.0000	3823565282076433.50
[14='eq_9.01'] 	      1.0000	      0.0000	4836470029482286.00
[15='eq_9.12'] 	      1.0000	      0.0000	4836470029482288.00
[16='eq_9.13'] 	      1.0000	      0.0000	7254705044223431.00
[17='eq_9.14'] 	      1.0000	      0.0000	7393563670082071.00

R^2= 1.000, N= 95, K= 18
****************************************************************

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant