Skip to content

Commit a809752

Browse files
committed
[week1] Rename test_prepare_tests -> text_prepare_tests.
1 parent b70980d commit a809752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

week1/week1-MultilabelClassification.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
"cell_type": "markdown",
266266
"metadata": {},
267267
"source": [
268-
"Run your implementation for questions from file *test_prepare_tests.tsv* to earn the points."
268+
"Run your implementation for questions from file *text_prepare_tests.tsv* to earn the points."
269269
]
270270
},
271271
{
@@ -277,7 +277,7 @@
277277
"outputs": [],
278278
"source": [
279279
"prepared_questions = []\n",
280-
"for line in open('test_prepare_tests.tsv'):\n",
280+
"for line in open('text_prepare_tests.tsv'):\n",
281281
" line = text_prepare(line.strip())\n",
282282
" prepared_questions.append(line)\n",
283283
"text_prepare_results = '\\n'.join(prepared_questions)\n",

0 commit comments

Comments
 (0)