Skip to content

Commit f3e61c8

Browse files
author
craigsdennis
committed
Fixed output
1 parent 6c6ba55 commit f3e61c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

s2n03-challenge1-top-referrers.ipynb

+6-6
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
" <tr>\n",
112112
" <th>adrian</th>\n",
113113
" <td>Adrian</td>\n",
114-
" <td>Yang</td>\n",
115-
" <td>adrian.yang@teamtreehouse.com</td>\n",
114+
" <td>Fang</td>\n",
115+
" <td>adrian.fang@teamtreehouse.com</td>\n",
116116
" <td>True</td>\n",
117117
" <td>2018-04-28</td>\n",
118118
" <td>3</td>\n",
@@ -198,7 +198,7 @@
198198
"aaron Aaron Davis [email protected] \n",
199199
"acook Anthony Cook [email protected] \n",
200200
"adam.saunders Adam Saunders [email protected] \n",
201-
"adrian Adrian Yang adrian.yang@teamtreehouse.com \n",
201+
"adrian Adrian Fang adrian.fang@teamtreehouse.com \n",
202202
"adrian.blair Adrian Blair [email protected] \n",
203203
"... ... ... ... \n",
204204
"wilson Robert Wilson [email protected] \n",
@@ -250,23 +250,23 @@
250250
"FAIL: test_email_verified (tests.helpers.TestReferralCounts)\n",
251251
"----------------------------------------------------------------------\n",
252252
"Traceback (most recent call last):\n",
253-
" File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 22, in test_email_verified\n",
253+
" File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 26, in test_email_verified\n",
254254
" \"I found some emails that weren't verified, are you sure you limited it by verified only?\")\n",
255255
"AssertionError: 0 != 86 : I found some emails that weren't verified, are you sure you limited it by verified only?\n",
256256
"\n",
257257
"======================================================================\n",
258258
"FAIL: test_referral_counts (tests.helpers.TestReferralCounts)\n",
259259
"----------------------------------------------------------------------\n",
260260
"Traceback (most recent call last):\n",
261-
" File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 27, in test_referral_counts\n",
261+
" File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 31, in test_referral_counts\n",
262262
" \"I found some referral counts that were less than 5. Check your condition.\")\n",
263263
"AssertionError: 0 != 300 : I found some referral counts that were less than 5. Check your condition.\n",
264264
"\n",
265265
"======================================================================\n",
266266
"FAIL: test_total (tests.helpers.TestReferralCounts)\n",
267267
"----------------------------------------------------------------------\n",
268268
"Traceback (most recent call last):\n",
269-
" File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 31, in test_total\n",
269+
" File \"/Users/craig/Code/scripting/intro-to-pandas/tests/test_cells.py\", line 35, in test_total\n",
270270
" \"Whoops I received a different count than I expected, make sure the last line \"\n",
271271
"AssertionError: 475 != 142 : Whoops I received a different count than I expected, make sure the last line is the entire resulting DataFrame (not just the head)\n",
272272
"\n",

0 commit comments

Comments
 (0)