Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pothiers committed Sep 16, 2024
1 parent 7c3df28 commit dbf830f
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions notebooks_tsqr/NightLog.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -290,17 +290,7 @@
"metadata": {},
"outputs": [],
"source": [
"exposure_recs"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "19",
"metadata": {},
"outputs": [],
"source": [
"if is.environ.get('EXTERNAL_INSTANCE_URL'):\n",
"if usdf == os.environ.get('EXTERNAL_INSTANCE_URL'):\n",
" md(f\"**Warning:** The `/exposures/` endpoint is not yet functional on SERVER=usdf.\", color='red')\n",
"gaps = exposure_adapter.get_observation_gaps(min_day_obs=min_day_obs,\n",
" max_day_obs=max_day_obs\n",
Expand All @@ -320,7 +310,7 @@
},
{
"cell_type": "markdown",
"id": "20",
"id": "19",
"metadata": {},
"source": [
"# Narrative Log\n"
Expand All @@ -329,7 +319,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "21",
"id": "20",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -357,7 +347,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "22",
"id": "21",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -374,7 +364,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "23",
"id": "22",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -385,7 +375,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "24",
"id": "23",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit dbf830f

Please sign in to comment.