From e35c8577a7673df89211d1f4c70e744d0aa8d2c9 Mon Sep 17 00:00:00 2001 From: Steve Pothier Date: Wed, 23 Oct 2024 09:36:58 -0700 Subject: [PATCH] wip --- notebooks_tsqr/NightLog.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks_tsqr/NightLog.ipynb b/notebooks_tsqr/NightLog.ipynb index 74805fb..ad232c8 100644 --- a/notebooks_tsqr/NightLog.ipynb +++ b/notebooks_tsqr/NightLog.ipynb @@ -27,7 +27,7 @@ "# day_obs values: TODAY, YESTERDAY, YYYY-MM-DD\n", "# Report on observing nights that start upto but not included this day.\n", "#!day_obs = '2024-09-25' # Value to use for local testing (Summit)\n", - "day_obs = \"2024-09-06\" # TODO Change to 'YESTERDAY' to test with default before push\n", + "day_obs = \"2024-09-25\" # TODO Change to 'YESTERDAY' to test with default before push\n", "\n", "# Total number of days of data to display (ending on day_obs)\n", "number_of_days = \"2\" # TODO Change to '1' to test with default before push\n",