File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -582,7 +582,6 @@ def test_show_console(self):
582582 console = sys_stdout .getvalue ()
583583 self .assertTrue ('Chain [1] method = optimize' in console )
584584
585-
586585 def test_exe_only (self ):
587586 stan = os .path .join (DATAFILES_PATH , 'bernoulli.stan' )
588587 bern_model = CmdStanModel (stan_file = stan )
@@ -601,6 +600,5 @@ def test_exe_only(self):
601600 )
602601
603602
604-
605603if __name__ == '__main__' :
606604 unittest .main ()
Original file line number Diff line number Diff line change @@ -233,7 +233,6 @@ def test_show_console(self):
233233 console = sys_stdout .getvalue ()
234234 self .assertTrue ('Chain [1] method = variational' in console )
235235
236-
237236 def test_exe_only (self ):
238237 stan = os .path .join (DATAFILES_PATH , 'bernoulli.stan' )
239238 bern_model = CmdStanModel (stan_file = stan )
@@ -247,6 +246,5 @@ def test_exe_only(self):
247246 self .assertEqual (variational .variational_sample .shape , (1000 , 4 ))
248247
249248
250-
251249if __name__ == '__main__' :
252250 unittest .main ()
You can’t perform that action at this time.
0 commit comments