Skip to content

Commit 5c35e98

Browse files
committed
formatting
1 parent ae73e29 commit 5c35e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

notebooks/vector_ops.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@
542542
" cell_label = \"true neutral\"\n",
543543
" html += f\"\"\"\n",
544544
" <td style=\"width: 30%; text-align: left; vertical-align: top;\">\n",
545-
" <strong>{cell_label}</strong> <small>({round(lc_coeff, 2)} * lawful {'+' if ge_coeff >= 0 else '-'} {round(abs(ge_coeff), 2)} * good)</small><br>\n",
545+
" <strong>{cell_label}</strong> <small>({round(lc_coeff, 2)} * lawful {\"+\" if ge_coeff >= 0 else \"-\"} {round(abs(ge_coeff), 2)} * good)</small><br>\n",
546546
" <hr>\n",
547547
" {outputs[(lc_label, ge_label)]}\n",
548548
" </td>\"\"\"\n",

0 commit comments

Comments
 (0)