Skip to content

Commit

Permalink
added tests and req changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Child authored and RobinL committed Jun 7, 2022
1 parent f91bbd5 commit 5c0e034
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandas>=0.20.3
metaphone
fuzzywuzzy
rapidfuzz
python-dateutil
15 changes: 3 additions & 12 deletions tests/create_fake_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,9 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"The autoreload extension is already loaded. To reload it, use:\n",
" %reload_ext autoreload\n"
]
}
],
"outputs": [],
"source": [
"%load_ext autoreload\n",
"%autoreload 2"
Expand Down Expand Up @@ -73,7 +64,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.1"
"version": "3.9.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 5c0e034

Please sign in to comment.