Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pothiers committed Oct 30, 2024
1 parent d32f957 commit 146d69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notebooks_tsqr/ExposureDetail.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
" observation_reason=observation_reason,\n",
" observation_type=observation_type,\n",
")\n",
"md(f\"The number of exposures in this filtered result is {df.shape[0]}\")\n",
"md(f\"The number of exposures in this filtered result is {len(df.index)}\")\n",
"display(df)"
]
},
Expand Down
2 changes: 1 addition & 1 deletion notebooks_tsqr/NightLog.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"# The default provided here is for local testing.\n",
"# Under Times Square it is ignored.\n",
"server = os.environ.get(\n",
" \"EXTERNAL_INSTANCE_URL\", ut.Server.summit\n",
" \"EXTERNAL_INSTANCE_URL\", ut.Server.usdf\n",
") # TODO try with \"usdf\" before push (else \"summit\")"
]
},
Expand Down

0 comments on commit 146d69d

Please sign in to comment.