Skip to content

Commit

Permalink
[week1] Rename test_prepare_tests -> text_prepare_tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
aborg-dev committed Dec 29, 2017
1 parent b70980d commit a809752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions week1/week1-MultilabelClassification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Run your implementation for questions from file *test_prepare_tests.tsv* to earn the points."
"Run your implementation for questions from file *text_prepare_tests.tsv* to earn the points."
]
},
{
Expand All @@ -277,7 +277,7 @@
"outputs": [],
"source": [
"prepared_questions = []\n",
"for line in open('test_prepare_tests.tsv'):\n",
"for line in open('text_prepare_tests.tsv'):\n",
" line = text_prepare(line.strip())\n",
" prepared_questions.append(line)\n",
"text_prepare_results = '\\n'.join(prepared_questions)\n",
Expand Down

0 comments on commit a809752

Please sign in to comment.