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}\")" ] },