Skip to content

Commit 6227b0b

Browse files
Update Application of stream_length utility.ipynb
1 parent 9b7578b commit 6227b0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stream_length_utility/Application of stream_length utility.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
"outputs": [],
152152
"source": [
153153
"flow_length = np.zeros(len(ws_mask))\n",
154+
154155
"for i in range (0, len(ws_mask)):\n",
155156
" if ws_mask[i] == True:\n",
156157
" flow_length[i] = stream__length[i]-stream__length[outlet_id]\n",

0 commit comments

Comments
 (0)