From acb362dd7f10db47af73ab423c0d14cb17903cc1 Mon Sep 17 00:00:00 2001 From: cclauss Date: Tue, 11 Sep 2018 19:22:42 +0200 Subject: [PATCH] Update bayes_footnote.py --- active_projects/eop/bayes_footnote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/active_projects/eop/bayes_footnote.py b/active_projects/eop/bayes_footnote.py index 98137182..841ad8a2 100644 --- a/active_projects/eop/bayes_footnote.py +++ b/active_projects/eop/bayes_footnote.py @@ -486,7 +486,7 @@ class TryUnitSquareVisual(SampleSpaceScene): TexMobject("P(\\text{Disease})", s1), TexMobject("P(\\text{Not disease})", s2), ).scale(0.7) - for s1, s2 in ("", ""), ("= 0.001", "= 0.999") + for s1, s2 in (("", ""), ("= 0.001", "= 0.999")) ] sample_space.get_side_braces_and_labels(initial_labels) sample_space.add_braces_and_labels()