Skip to content

Commit 713eb44

Browse files
author
Akhil Negi
committed
updating data_root path to Path(os.path.join(os.path.splitext(filepath)[0]))
1 parent faf31af commit 713eb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/04_gis_analysts_data_scientists/address-standardization-and-correction-with-SequenceToSequence.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"metadata": {},
180180
"outputs": [],
181181
"source": [
182-
"data_root = Path(os.path.join(filepath.split('.')[0]))"
182+
"data_root = Path(os.path.join(os.path.splitext(filepath)[0]))"
183183
]
184184
},
185185
{

0 commit comments

Comments
 (0)