Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 committed Aug 19, 2024
1 parent cb40632 commit 3c17256
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/notebooks/parse_arxiv_papers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,7 @@
" or gt_method[\"full_name\"].lower() in predicted_method.lower()\n",
" ):\n",
" num_correct_methods += 1\n",
" return {\n",
" \"method_prediction_accuracy\": num_correct_methods / len(predicted_methods)\n",
" }"
" return {\"method_prediction_accuracy\": num_correct_methods / len(predicted_methods)}"
]
},
{
Expand Down

0 comments on commit 3c17256

Please sign in to comment.