Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Addressed issue with code.
  • Loading branch information
mom15102 committed Feb 13, 2020
1 parent cb336a6 commit f4c17a5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/01_Getting-started-project.ipynb
Expand Up @@ -23,14 +23,14 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 8,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.6111111111111112\n"
"0.61\n"
]
}
],
Expand All @@ -42,7 +42,7 @@
"dTdt = (T_2-T_1)/t #degF\n",
"\n",
"K = -dTdt/(T_2-T_a)\n",
"print(K)"
"print(round(K,2))"
]
},
{
Expand All @@ -54,7 +54,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 10,
"metadata": {},
"outputs": [
{
Expand All @@ -63,7 +63,7 @@
"0.6111111111111112"
]
},
"execution_count": 2,
"execution_count": 10,
"metadata": {},
"output_type": "execute_result"
}
Expand Down

0 comments on commit f4c17a5

Please sign in to comment.