Skip to content

Commit 638deb2

Browse files
author
mercury0100
committed
fix "\" appearing in the rendered docs preview in the post_treatment term of the banking dataset notebook
1 parent caf7ae1 commit 638deb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/notebooks/did_pymc_banks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@
838838
"\\mu_i &= \\gamma && \\color{#FA8072}{\\text{(global intercept)}} \\\\\n",
839839
"&+ \\alpha[\\text{district}_i] && \\color{#FA8072}{\\text{(unit fixed effect)}} \\\\\n",
840840
"&+ \\beta[\\text{year}_i] && \\color{#FA8072}{\\text{(time fixed effect)}} \\\\\n",
841-
"&+ \\Delta \\cdot \\text{district}_i \\cdot \\text{post\\_treatment}_i && \\color{#FA8072}{\\text{(treatment indicator)}}\n",
841+
"&+ \\Delta \\cdot \\text{district}_i \\cdot \\text{post_treatment}_i && \\color{#FA8072}{\\text{(treatment indicator)}}\n",
842842
"\\end{aligned}\n",
843843
"$$\n",
844844
"\n",

0 commit comments

Comments
 (0)