Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Mar 21, 2024
1 parent f4e5860 commit 0aaff16
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,10 @@
"metadata": {},
"outputs": [],
"source": [
"assert os.path.isfile(\"profile_report_nvtx_pushpop_sum.csv\")"
"current_dir = os.getcwd()\n",
"file_path = os.path.join(current_dir, \"profile_report_nvtx_pushpop_sum.csv\")\n",
"print(current_dir)\n",
"assert os.path.isfile(file_path)"
]
},
{
Expand Down

0 comments on commit 0aaff16

Please sign in to comment.