Skip to content

Commit 54ed233

Browse files
committed
logging test less brittle
1 parent 03a8f8b commit 54ed233

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/test_sample.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def test_bernoulli_good(self, stanfile='bernoulli.stan'):
6767

6868
self.assertEqual(bern_fit.runset._args.method, Method.SAMPLE)
6969

70-
print(bern_fit.runset)
7170
for i in range(bern_fit.runset.chains):
7271
csv_file = bern_fit.runset.csv_files[i]
7372
stdout_file = bern_fit.runset.stdout_files[i]

0 commit comments

Comments
 (0)