Skip to content

Commit

Permalink
Merge b67a4be into bfcb9e0
Browse files Browse the repository at this point in the history
  • Loading branch information
jukent authored Apr 2, 2024
2 parents bfcb9e0 + b67a4be commit 2cb0f98
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,6 @@ dmypy.json

# macOS files
.DS_Store

# IDES
.vscode/
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"metadata": {},
"outputs": [],
"source": [
"csapr_files = act.discovery.download_data(arm_username,\n",
"csapr_files = act.discovery.download_arm_data(arm_username,\n",
" arm_password,\n",
" datastream,\n",
" start_date,\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
},
"outputs": [],
"source": [
"aug7_csapr_files = act.discovery.download_data(arm_username,\n",
"aug7_csapr_files = act.discovery.download_arm_data(arm_username,\n",
" arm_password,\n",
" datastream,\n",
" start_date,\n",
Expand Down
4 changes: 2 additions & 2 deletions notebooks/example-workflows/tracer-example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"metadata": {},
"outputs": [],
"source": [
"act.discovery.download_data?"
"act.discovery.download_arm_data?"
]
},
{
Expand Down Expand Up @@ -146,7 +146,7 @@
"metadata": {},
"outputs": [],
"source": [
"june2_csapr_files = act.discovery.download_data(arm_username,\n",
"june2_csapr_files = act.discovery.download_arm_data(arm_username,\n",
" arm_password,\n",
" datastream,\n",
" start_date,\n",
Expand Down

0 comments on commit 2cb0f98

Please sign in to comment.