Clear outputs

This commit is contained in:
Gelieza K
2023-11-02 13:22:12 +01:00
parent f7de703973
commit a7b86b4a38
3 changed files with 77 additions and 510 deletions

View File

@@ -38,21 +38,10 @@
},
{
"cell_type": "code",
"execution_count": 18,
"execution_count": null,
"id": "1dc78750",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"floyd_impl_check (generic function with 1 method)"
]
},
"execution_count": 18,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"using Printf\n",
"\n",
@@ -111,21 +100,10 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"id": "4fe447c5",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"floyd! (generic function with 1 method)"
]
},
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"function floyd!(C)\n",
" n = size(C,1)\n",
@@ -151,25 +129,10 @@
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": null,
"id": "860e537c",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"4×4 Matrix{Int64}:\n",
" 0 9 6 1\n",
" 2 0 8 3\n",
" 5 3 0 6\n",
" 10 8 5 0"
]
},
"execution_count": 9,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"inf = 1000\n",
"C = [\n",
@@ -303,21 +266,10 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": null,
"id": "75cac17e",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"floyd2! (generic function with 1 method)"
]
},
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"function floyd2!(C)\n",
" n = size(C,1)\n",
@@ -343,19 +295,10 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"id": "907bc8c9",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
" 3.927992 seconds\n",
" 6.501955 seconds\n"
]
}
],
"outputs": [],
"source": [
"n = 1000\n",
"C = rand(n,n)\n",
@@ -527,18 +470,10 @@
},
{
"cell_type": "code",
"execution_count": 17,
"execution_count": null,
"id": "1bf4de56",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"It's not correct. Keep trying! 💪\n"
]
}
],
"outputs": [],
"source": [
"answer = \"x\" # replace x with a, b, c or d\n",
"floyd_check(answer)"
@@ -638,21 +573,10 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "6bc0122b",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"MPI.ThreadLevel(2)"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"using MPIClusterManagers\n",
"using Distributed\n",
@@ -676,21 +600,10 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"id": "22234b2f",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"floyd_dist! (generic function with 1 method)"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"function floyd_dist!(C)\n",
" m = size(C,1)\n",
@@ -715,7 +628,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"id": "d5a8d3a8",
"metadata": {},
"outputs": [],
@@ -774,18 +687,10 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": null,
"id": "4f4a57de",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"It's not correct. Keep trying! 💪\n"
]
}
],
"outputs": [],
"source": [
"answer = \"x\" # replace x with a, b, c or d\n",
"floyd_impl_check(answer)"
@@ -801,21 +706,10 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": null,
"id": "09937668",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"rand_distance_table (generic function with 1 method)"
]
},
"execution_count": 20,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"function rand_distance_table(n)\n",
" threshold = 0.4\n",
@@ -837,37 +731,10 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": null,
"id": "dd77ee3d",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"\u001b[91m\u001b[1mTest Failed\u001b[22m\u001b[39m at \u001b[39m\u001b[1mIn[21]:7\u001b[22m\n",
" Expression: C_seq == C_par\n",
" Evaluated: [0 6 … 3 5; 6 0 … 8 9; … ; 7 8 … 0 6; 3 9 … 5 0] == [0 6 … 3 5; 6 0 … 8 9; … ; 7 8 … 0 6; 3 9 … 5 0]\n",
"\n"
]
},
{
"ename": "LoadError",
"evalue": "\u001b[91mThere was an error during testing\u001b[39m",
"output_type": "error",
"traceback": [
"\u001b[91mThere was an error during testing\u001b[39m",
"",
"Stacktrace:",
" [1] record(ts::Test.FallbackTestSet, t::Union{Test.Error, Test.Fail})",
" @ Test C:\\Users\\gelie\\AppData\\Local\\Programs\\julia-1.9.1\\share\\julia\\stdlib\\v1.9\\Test\\src\\Test.jl:960",
" [2] do_test(result::Test.ExecutionResult, orig_expr::Any)",
" @ Test C:\\Users\\gelie\\AppData\\Local\\Programs\\julia-1.9.1\\share\\julia\\stdlib\\v1.9\\Test\\src\\Test.jl:670",
" [3] top-level scope",
" @ C:\\Users\\gelie\\AppData\\Local\\Programs\\julia-1.9.1\\share\\julia\\stdlib\\v1.9\\Test\\src\\Test.jl:478"
]
}
],
"outputs": [],
"source": [
"using Test\n",
"load = 10\n",