Skip to content

Commit 8defd34

Browse files
committed
removing a "pass" that didn't make sense
1 parent 970ed2c commit 8defd34

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

making_components/making_components.ipynb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
" Manning roughness coefficient, s/m^1/3\n",
8888
"\n",
8989
" \"\"\"\n",
90-
" \n",
9190
" pass # just for now, until we add stuff..."
9291
]
9392
},
@@ -127,8 +126,7 @@
127126
" 0., 0., 0., 0., 0.,\n",
128127
" 0., 0., 0., 0., 0.,\n",
129128
" 0., 0., 0., 0., 0.])\n",
130-
" \"\"\"\n",
131-
" pass # just for now, until we add stuff..."
129+
" \"\"\""
132130
]
133131
},
134132
{
@@ -983,9 +981,9 @@
983981
],
984982
"metadata": {
985983
"kernelspec": {
986-
"display_name": "Python [conda root]",
984+
"display_name": "Python 3",
987985
"language": "python",
988-
"name": "conda-root-py"
986+
"name": "python3"
989987
},
990988
"language_info": {
991989
"codemirror_mode": {
@@ -997,7 +995,7 @@
997995
"name": "python",
998996
"nbconvert_exporter": "python",
999997
"pygments_lexer": "ipython3",
1000-
"version": "3.5.3"
998+
"version": "3.6.6"
1001999
}
10021000
},
10031001
"nbformat": 4,

0 commit comments

Comments
 (0)