Skip to content
Open

Ee #25

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CatchmentAttributes_nhdplus.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"/home/whitelightning450/mambaforge/envs/hyriver/lib/python3.10/site-packages/dataretrieval/nwis.py:692: UserWarning: WARNING: Starting in March 2024, the NWIS qw data endpoint is retiring and no longer receives updates. For more information, refer to https://waterdata.usgs.gov.nwis/qwdata and https://doi-usgs.github.io/dataRetrieval/articles/Status.html or email CompTools@usgs.gov.\n",
"/uufs/chpc.utah.edu/common/home/u0972368/conda-envs/hyriver/lib/python3.10/site-packages/dataretrieval/nwis.py:692: UserWarning: WARNING: Starting in March 2024, the NWIS qw data endpoint is retiring and no longer receives updates. For more information, refer to https://waterdata.usgs.gov.nwis/qwdata and https://doi-usgs.github.io/dataRetrieval/articles/Status.html or email CompTools@usgs.gov.\n",
" warnings.warn(\n"
Comment on lines 154 to 158
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change updates only an environment-specific warning output path (e.g., /uufs/.../site-packages/...). Consider clearing notebook outputs before committing so diffs don’t churn due to local execution environment paths.

Copilot uses AI. Check for mistakes.
]
}
Expand Down Expand Up @@ -440,7 +440,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"/tmp/ipykernel_304225/3686794627.py:4: UserWarning: 1 of 365 requests failed.. IDs of the failed requests are ['17077353']\n",
"/scratch/local/u0972368/981718/ipykernel_3936694/3686794627.py:4: UserWarning: 1 of 365 requests failed.. IDs of the failed requests are ['17077353']\n",
" catchments = wd_cat.byid(\"featureid\", comids) # Get the catchments for the comids of the flowlines of the tributaries of the station\n"
Comment on lines 440 to 444
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This diff is only changing a transient execution artifact (kernel temp path in a warning message). Clearing notebook outputs before committing will avoid noisy diffs like this.

Copilot uses AI. Check for mistakes.
]
}
Expand Down
Loading
Loading