Skip to content

Commit

Permalink
add import os in pipeline_tutorial_match_id.ipynb
Browse files Browse the repository at this point in the history
import os is missing in pipeline_tutorial_match_id.ipynb code block

Signed-off-by: Brandon <[email protected]>
  • Loading branch information
brandonJY authored Nov 2, 2023
1 parent 4e143e6 commit c8ed92d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/tutorial/pipeline/pipeline_tutorial_match_id.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"data_base = \"/workspace/FATE/\"\n",
"pipeline_upload.add_upload_data(file=os.path.join(data_base, \"examples/data/breast_hetero_guest.csv\"),\n",
" table_name=dense_data_guest[\"name\"], # table name\n",
Expand Down

0 comments on commit c8ed92d

Please sign in to comment.