From 62cc7a58997b7ec69f0e40d79bf918bc0a097d6f Mon Sep 17 00:00:00 2001 From: Nicholas Tarpinian <94245723+NickTarpinian@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:38:17 -0800 Subject: [PATCH] github_issues_fixes --- notebooks/datasets/SWOT_L4_DAWG_SOS_DISCHARGE.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/datasets/SWOT_L4_DAWG_SOS_DISCHARGE.ipynb b/notebooks/datasets/SWOT_L4_DAWG_SOS_DISCHARGE.ipynb index 1a0bb2a6..748a42d3 100644 --- a/notebooks/datasets/SWOT_L4_DAWG_SOS_DISCHARGE.ipynb +++ b/notebooks/datasets/SWOT_L4_DAWG_SOS_DISCHARGE.ipynb @@ -659,7 +659,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": null, "metadata": {}, "outputs": [ { @@ -686,7 +686,7 @@ " node_idx.extend(np.where(reach_node_identifiers == reach_identifier)[0])\n", "\n", "# Locate the node identifiers of interest using the reach identifiers to index\n", - "node_identifiers = results['nodes']['node_id'][:]\n", + "node_identifiers = results['nodes']['node_id'][node_idx]\n", "print(f\"Node identifiers: {node_identifiers}\")" ] },