Skip to content

Commit 6e28bc9

Browse files
committed
force test order(?)
1 parent 88d4ac8 commit 6e28bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ def test_show_progress(self, stanfile='bernoulli.stan'):
596596
self.assertTrue('Sampling completed' in console)
597597

598598
# run this after we test tqdm progress bars
599-
def test_progress_fns(self):
599+
def test_zhow_progress_fns(self):
600600
self.assertTrue(allow_show_progress())
601601
with LogCapture() as log:
602602
logging.getLogger()

0 commit comments

Comments
 (0)