Skip to content

Commit

Permalink
Fix linting (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Feb 12, 2024
1 parent fc3670e commit 5b71462
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/Readability-Pairwise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,9 @@
" (\"passage_a\", \"Passage A is more difficult.\"),\n",
" (\"passage_b\", \"Passage B is more difficult.\"),\n",
"):\n",
" df.loc[\n",
" df[\"please_decide_which_passage_is_more_difficult\"] == status, \"label\"\n",
" ] = df.loc[df[\"please_decide_which_passage_is_more_difficult\"] == status, column]"
" df.loc[df[\"please_decide_which_passage_is_more_difficult\"] == status, \"label\"] = (\n",
" df.loc[df[\"please_decide_which_passage_is_more_difficult\"] == status, column]\n",
" )"
]
},
{
Expand Down

0 comments on commit 5b71462

Please sign in to comment.