Skip to content

Commit

Permalink
force test order(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitzimorris committed Oct 6, 2021
1 parent 88d4ac8 commit 6e28bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def test_show_progress(self, stanfile='bernoulli.stan'):
self.assertTrue('Sampling completed' in console)

# run this after we test tqdm progress bars
def test_progress_fns(self):
def test_zhow_progress_fns(self):
self.assertTrue(allow_show_progress())
with LogCapture() as log:
logging.getLogger()
Expand Down

1 comment on commit 6e28bc9

@WardBrian
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do I even want to ask?

Please sign in to comment.