Skip to content

Commit

Permalink
fix new functions .ipynb tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
timeforplanb123 committed Mar 27, 2022
1 parent f13b27e commit 322a73c
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions docs/source/tutorials/function_write_results.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": 33,
"id": "03a00337",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -46,7 +46,7 @@
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": 34,
"id": "cb99b478",
"metadata": {},
"outputs": [
Expand All @@ -65,7 +65,7 @@
" '--- out_files/write_results/dev5.no_group\\n\\n+++ new\\n\\n@@ -0,0 +1,3 @@\\n\\n+---- dev5.no_group: dummy_task ** changed : False ------------------------------ INFO\\n+\\n+hi!!!')]"
]
},
"execution_count": 28,
"execution_count": 34,
"metadata": {},
"output_type": "execute_result"
}
Expand Down Expand Up @@ -98,28 +98,28 @@
},
{
"cell_type": "code",
"execution_count": 30,
"execution_count": 35,
"id": "5227fd1e",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[1mout_files/write_results/dev4.group_2\u001b[0;0m\u001b[0m\u001b[0m\u001b[0m\n",
"\u001b[0m\u001b[0m\u001b[0m---- dev4.group_2: dummy_task ** changed : False ------------------------------- INFO\n",
"\n",
"hi!!!\u001b[0m\u001b[0m\u001b[0m\n",
"\u001b[0m\u001b[0m\u001b[0m\u001b[1mout_files/write_results/dev3.group_2\u001b[0;0m\u001b[0m\u001b[0m\u001b[0m\n",
"\u001b[0m\u001b[0m\u001b[0m---- dev3.group_2: dummy_task ** changed : False ------------------------------- INFO\n",
"\u001b[1mout_files/write_results/dev1.group_1\u001b[0;0m\u001b[0m\u001b[0m\u001b[0m\n",
"\u001b[0m\u001b[0m\u001b[0m---- dev1.group_1: dummy_task ** changed : False ------------------------------- INFO\n",
"\n",
"hi!!!\u001b[0m\u001b[0m\u001b[0m\n",
"\u001b[0m\u001b[0m\u001b[0m\u001b[1mout_files/write_results/dev2.group_1\u001b[0;0m\u001b[0m\u001b[0m\u001b[0m\n",
"\u001b[0m\u001b[0m\u001b[0m---- dev2.group_1: dummy_task ** changed : False ------------------------------- INFO\n",
"\n",
"hi!!!\u001b[0m\u001b[0m\u001b[0m\n",
"\u001b[0m\u001b[0m\u001b[0m\u001b[1mout_files/write_results/dev1.group_1\u001b[0;0m\u001b[0m\u001b[0m\u001b[0m\n",
"\u001b[0m\u001b[0m\u001b[0m---- dev1.group_1: dummy_task ** changed : False ------------------------------- INFO\n",
"\u001b[0m\u001b[0m\u001b[0m\u001b[1mout_files/write_results/dev3.group_2\u001b[0;0m\u001b[0m\u001b[0m\u001b[0m\n",
"\u001b[0m\u001b[0m\u001b[0m---- dev3.group_2: dummy_task ** changed : False ------------------------------- INFO\n",
"\n",
"hi!!!\u001b[0m\u001b[0m\u001b[0m\n",
"\u001b[0m\u001b[0m\u001b[0m\u001b[1mout_files/write_results/dev4.group_2\u001b[0;0m\u001b[0m\u001b[0m\u001b[0m\n",
"\u001b[0m\u001b[0m\u001b[0m---- dev4.group_2: dummy_task ** changed : False ------------------------------- INFO\n",
"\n",
"hi!!!\u001b[0m\u001b[0m\u001b[0m\n",
"\u001b[0m\u001b[0m\u001b[0m\u001b[1mout_files/write_results/dev5.no_group\u001b[0;0m\u001b[0m\u001b[0m\u001b[0m\n",
Expand All @@ -135,7 +135,7 @@
"\n",
"dir_path = \"out_files/write_results/\"\n",
"\n",
"for filename in os.listdir(dir_path):\n",
"for filename in sorted(os.listdir(dir_path)):\n",
" file_path = dir_path + filename\n",
" \n",
" with open(file_path) as f:\n",
Expand Down Expand Up @@ -223,7 +223,7 @@
"\n",
"dir_path = \"out_files/write_results/\"\n",
"\n",
"for filename in os.listdir(dir_path):\n",
"for filename in sorted(os.listdir(dir_path)):\n",
" file_path = dir_path + filename\n",
" \n",
" with open(file_path) as f:\n",
Expand Down Expand Up @@ -308,7 +308,7 @@
"\n",
"dir_path = \"out_files/write_results/\"\n",
"\n",
"for filename in os.listdir(dir_path):\n",
"for filename in sorted(os.listdir(dir_path)):\n",
" file_path = dir_path + filename\n",
" \n",
" with open(file_path) as f:\n",
Expand Down Expand Up @@ -414,7 +414,7 @@
"\n",
"dir_path = \"out_files/write_results/\"\n",
"\n",
"for filename in os.listdir(dir_path):\n",
"for filename in sorted(os.listdir(dir_path)):\n",
" file_path = dir_path + filename\n",
" \n",
" with open(file_path) as f:\n",
Expand Down Expand Up @@ -578,7 +578,7 @@
"\n",
"dir_path = \"out_files/write_results/\"\n",
"\n",
"for filename in os.listdir(dir_path):\n",
"for filename in sorted(os.listdir(dir_path)):\n",
" file_path = dir_path + filename\n",
" \n",
" with open(file_path) as f:\n",
Expand Down Expand Up @@ -644,7 +644,7 @@
"\n",
"dir_path = \"out_files/write_results/\"\n",
"\n",
"for filename in os.listdir(dir_path):\n",
"for filename in sorted(os.listdir(dir_path)):\n",
" file_path = dir_path + filename\n",
" \n",
" with open(file_path) as f:\n",
Expand Down Expand Up @@ -730,7 +730,7 @@
"\n",
"dir_path = \"out_files/write_results/\"\n",
"\n",
"for filename in os.listdir(dir_path):\n",
"for filename in sorted(os.listdir(dir_path)):\n",
" file_path = dir_path + filename\n",
" \n",
" with open(file_path) as f:\n",
Expand Down Expand Up @@ -851,7 +851,7 @@
"\n",
"dir_path = \"out_files/write_results/\"\n",
"\n",
"for filename in os.listdir(dir_path):\n",
"for filename in sorted(os.listdir(dir_path)):\n",
" file_path = dir_path + filename\n",
" \n",
" with open(file_path) as f:\n",
Expand Down Expand Up @@ -927,7 +927,7 @@
"\n",
"dir_path = \"out_files/write_results/\"\n",
"\n",
"for filename in os.listdir(dir_path):\n",
"for filename in sorted(os.listdir(dir_path)):\n",
" file_path = dir_path + filename\n",
" \n",
" with open(file_path) as f:\n",
Expand Down Expand Up @@ -1023,7 +1023,7 @@
"\n",
"dir_path = \"out_files/write_results/\"\n",
"\n",
"for filename in os.listdir(dir_path):\n",
"for filename in sorted(os.listdir(dir_path)):\n",
" file_path = dir_path + filename\n",
" \n",
" with open(file_path) as f:\n",
Expand Down Expand Up @@ -1128,7 +1128,7 @@
"\n",
"dir_path = \"out_files/write_results/\"\n",
"\n",
"for filename in os.listdir(dir_path):\n",
"for filename in sorted(os.listdir(dir_path)):\n",
" file_path = dir_path + filename\n",
" \n",
" with open(file_path) as f:\n",
Expand Down

0 comments on commit 322a73c

Please sign in to comment.