diff --git a/2024-07-15_caustique-Granet.ipynb b/2024-07-15_caustique-Granet.ipynb index 3aa4276..07f153a 100644 --- a/2024-07-15_caustique-Granet.ipynb +++ b/2024-07-15_caustique-Granet.ipynb @@ -62,7 +62,7 @@ " cache: bool = False # Cache intermediate output.\n", " verbose: bool = True # Displays more verbose output.\n", " do_display: bool = True # Displays images in notebook.\n", - " do_recompute: bool = True # Restart each computation " + " do_recompute: bool = False # Restart each computation " ] }, { diff --git a/2024-07-15_caustique-Granet.py b/2024-07-15_caustique-Granet.py index c10c230..73dcd4d 100644 --- a/2024-07-15_caustique-Granet.py +++ b/2024-07-15_caustique-Granet.py @@ -40,7 +40,7 @@ class init: cache: bool = True # Cache intermediate output. verbose: bool = True # Displays more verbose output. do_display: bool = False # Displays images in notebook. - do_recompute: bool = True # Restart each computation + do_recompute: bool = False # Restart each computation from lambda2color import Lambda2color, xyz_from_xy diff --git a/2024-07-22_caustique-Granet.py b/2024-07-22_caustique-Granet.py index 7eab4bb..98ed77f 100644 --- a/2024-07-22_caustique-Granet.py +++ b/2024-07-22_caustique-Granet.py @@ -40,7 +40,7 @@ class init: cache: bool = True # Cache intermediate output. verbose: bool = True # Displays more verbose output. do_display: bool = False # Displays images in notebook. - do_recompute: bool = True # Restart each computation + do_recompute: bool = False # Restart each computation from lambda2color import Lambda2color, xyz_from_xy diff --git a/2024-07-24_caustique.ipynb b/2024-07-24_caustique.ipynb index 1a1165e..9c0006f 100644 --- a/2024-07-24_caustique.ipynb +++ b/2024-07-24_caustique.ipynb @@ -64,7 +64,7 @@ " cache: bool = True # Cache intermediate output.\n", " verbose: bool = False # Displays more verbose output.\n", " do_display: bool = False # Displays images in notebook.\n", - " do_recompute: bool = True # Restart each computation " + " do_recompute: bool = False # Restart each computation " ] }, { diff --git a/2024-07-25_caustique.ipynb b/2024-07-25_caustique.ipynb index ad971f2..cb94a64 100644 --- a/2024-07-25_caustique.ipynb +++ b/2024-07-25_caustique.ipynb @@ -64,7 +64,7 @@ " cache: bool = True # Cache intermediate output.\n", " verbose: bool = False # Displays more verbose output.\n", " do_display: bool = False # Displays images in notebook.\n", - " do_recompute: bool = True # Restart each computation " + " do_recompute: bool = False # Restart each computation " ] }, { diff --git a/2024-07-26_caustique-bands.ipynb b/2024-07-26_caustique-bands.ipynb index 104e0a7..feea1f8 100644 --- a/2024-07-26_caustique-bands.ipynb +++ b/2024-07-26_caustique-bands.ipynb @@ -64,7 +64,7 @@ " cache: bool = True # Cache intermediate output.\n", " verbose: bool = False # Displays more verbose output.\n", " do_display: bool = False # Displays images in notebook.\n", - " do_recompute: bool = True # Restart each computation " + " do_recompute: bool = False # Restart each computation " ] }, { diff --git a/2024-08-07_caustique-bands.ipynb b/2024-08-07_caustique-bands.ipynb index 6579648..ab6cdb1 100644 --- a/2024-08-07_caustique-bands.ipynb +++ b/2024-08-07_caustique-bands.ipynb @@ -68,7 +68,7 @@ " cache: bool = True # Cache intermediate output.\n", " verbose: bool = False # Displays more verbose output.\n", " do_display: bool = False # Displays images in notebook.\n", - " do_recompute: bool = True # Restart each computation " + " do_recompute: bool = False # Restart each computation " ] }, { diff --git a/2024-08-29_caustique-bands.ipynb b/2024-08-29_caustique-bands.ipynb index d0d4a91..adf4a84 100644 --- a/2024-08-29_caustique-bands.ipynb +++ b/2024-08-29_caustique-bands.ipynb @@ -10,7 +10,14 @@ { "cell_type": "code", "execution_count": 1, - "metadata": {}, + "metadata": { + "execution": { + "iopub.execute_input": "2024-10-16T09:43:02.983382Z", + "iopub.status.busy": "2024-10-16T09:43:02.983225Z", + "iopub.status.idle": "2024-10-16T09:43:02.985631Z", + "shell.execute_reply": "2024-10-16T09:43:02.985393Z" + } + }, "outputs": [], "source": [ "# %pip install -U -r requirements.txt" @@ -19,12 +26,19 @@ { "cell_type": "code", "execution_count": 2, - "metadata": {}, + "metadata": { + "execution": { + "iopub.execute_input": "2024-10-16T09:43:02.986887Z", + "iopub.status.busy": "2024-10-16T09:43:02.986793Z", + "iopub.status.idle": "2024-10-16T09:43:03.924840Z", + "shell.execute_reply": "2024-10-16T09:43:03.924596Z" + } + }, "outputs": [ { "data": { "text/plain": [ - "'3.9.1'" + "'3.9.2'" ] }, "execution_count": 2, @@ -40,7 +54,14 @@ { "cell_type": "code", "execution_count": 3, - "metadata": {}, + "metadata": { + "execution": { + "iopub.execute_input": "2024-10-16T09:43:03.943857Z", + "iopub.status.busy": "2024-10-16T09:43:03.943723Z", + "iopub.status.idle": "2024-10-16T09:43:03.953393Z", + "shell.execute_reply": "2024-10-16T09:43:03.953160Z" + } + }, "outputs": [], "source": [ "import matplotlib.gridspec as gs\n" @@ -49,7 +70,14 @@ { "cell_type": "code", "execution_count": 4, - "metadata": {}, + "metadata": { + "execution": { + "iopub.execute_input": "2024-10-16T09:43:03.954763Z", + "iopub.status.busy": "2024-10-16T09:43:03.954671Z", + "iopub.status.idle": "2024-10-16T09:43:03.956110Z", + "shell.execute_reply": "2024-10-16T09:43:03.955888Z" + } + }, "outputs": [], "source": [ "import numpy as np\n" @@ -58,7 +86,14 @@ { "cell_type": "code", "execution_count": 5, - "metadata": {}, + "metadata": { + "execution": { + "iopub.execute_input": "2024-10-16T09:43:03.957326Z", + "iopub.status.busy": "2024-10-16T09:43:03.957241Z", + "iopub.status.idle": "2024-10-16T09:43:06.032090Z", + "shell.execute_reply": "2024-10-16T09:43:06.029762Z" + } + }, "outputs": [], "source": [ "import os\n", @@ -115,10 +150,10 @@ "execution_count": 6, "metadata": { "execution": { - "iopub.execute_input": "2022-09-16T06:50:17.688713Z", - "iopub.status.busy": "2022-09-16T06:50:17.688504Z", - "iopub.status.idle": "2022-09-16T06:50:17.691583Z", - "shell.execute_reply": "2022-09-16T06:50:17.691125Z" + "iopub.execute_input": "2024-10-16T09:43:06.036410Z", + "iopub.status.busy": "2024-10-16T09:43:06.035954Z", + "iopub.status.idle": "2024-10-16T09:43:06.041319Z", + "shell.execute_reply": "2024-10-16T09:43:06.039924Z" } }, "outputs": [ @@ -138,7 +173,14 @@ { "cell_type": "code", "execution_count": 7, - "metadata": {}, + "metadata": { + "execution": { + "iopub.execute_input": "2024-10-16T09:43:06.045705Z", + "iopub.status.busy": "2024-10-16T09:43:06.045222Z", + "iopub.status.idle": "2024-10-16T09:43:06.051391Z", + "shell.execute_reply": "2024-10-16T09:43:06.050527Z" + } + }, "outputs": [], "source": [ "# if opt.nframe==1: opt.ext = 'png'" @@ -149,10 +191,10 @@ "execution_count": 8, "metadata": { "execution": { - "iopub.execute_input": "2022-09-16T06:50:17.728359Z", - "iopub.status.busy": "2022-09-16T06:50:17.728155Z", - "iopub.status.idle": "2022-09-16T06:50:17.734829Z", - "shell.execute_reply": "2022-09-16T06:50:17.734354Z" + "iopub.execute_input": "2024-10-16T09:43:06.055776Z", + "iopub.status.busy": "2024-10-16T09:43:06.055017Z", + "iopub.status.idle": "2024-10-16T09:43:06.060659Z", + "shell.execute_reply": "2024-10-16T09:43:06.059448Z" }, "tags": [] }, @@ -200,7 +242,14 @@ { "cell_type": "code", "execution_count": 9, - "metadata": {}, + "metadata": { + "execution": { + "iopub.execute_input": "2024-10-16T09:43:06.064918Z", + "iopub.status.busy": "2024-10-16T09:43:06.064509Z", + "iopub.status.idle": "2024-10-16T09:43:06.069370Z", + "shell.execute_reply": "2024-10-16T09:43:06.068172Z" + } + }, "outputs": [ { "name": "stdout", @@ -232,10 +281,10 @@ "execution_count": 10, "metadata": { "execution": { - "iopub.execute_input": "2022-09-16T06:50:17.737334Z", - "iopub.status.busy": "2022-09-16T06:50:17.737126Z", - "iopub.status.idle": "2022-09-16T06:50:17.741165Z", - "shell.execute_reply": "2022-09-16T06:50:17.740716Z" + "iopub.execute_input": "2024-10-16T09:43:06.073052Z", + "iopub.status.busy": "2024-10-16T09:43:06.072374Z", + "iopub.status.idle": "2024-10-16T09:43:06.078119Z", + "shell.execute_reply": "2024-10-16T09:43:06.077358Z" } }, "outputs": [], @@ -274,10 +323,10 @@ "execution_count": 11, "metadata": { "execution": { - "iopub.execute_input": "2022-09-16T06:50:17.743669Z", - "iopub.status.busy": "2022-09-16T06:50:17.743461Z", - "iopub.status.idle": "2022-09-16T06:50:17.757701Z", - "shell.execute_reply": "2022-09-16T06:50:17.757282Z" + "iopub.execute_input": "2024-10-16T09:43:06.082021Z", + "iopub.status.busy": "2024-10-16T09:43:06.081270Z", + "iopub.status.idle": "2024-10-16T09:43:06.089061Z", + "shell.execute_reply": "2024-10-16T09:43:06.088191Z" } }, "outputs": [], @@ -323,10 +372,10 @@ "execution_count": 12, "metadata": { "execution": { - "iopub.execute_input": "2022-09-16T06:50:17.012647Z", - "iopub.status.busy": "2022-09-16T06:50:17.012413Z", - "iopub.status.idle": "2022-09-16T06:50:17.665184Z", - "shell.execute_reply": "2022-09-16T06:50:17.664652Z" + "iopub.execute_input": "2024-10-16T09:43:06.094058Z", + "iopub.status.busy": "2024-10-16T09:43:06.093441Z", + "iopub.status.idle": "2024-10-16T09:43:06.297325Z", + "shell.execute_reply": "2024-10-16T09:43:06.297072Z" } }, "outputs": [ @@ -336,7 +385,7 @@ "text": [ "<>:198: SyntaxWarning: invalid escape sequence '\\>'\n", "<>:198: SyntaxWarning: invalid escape sequence '\\>'\n", - "/var/folders/3p/m0g52j9j69z3gj8ktpgg1dm00000gn/T/ipykernel_96515/4028701564.py:198: SyntaxWarning: invalid escape sequence '\\>'\n", + "/var/folders/3s/q2x8bxzj43g4rdvb2wjt67640000gq/T/ipykernel_12564/4028701564.py:198: SyntaxWarning: invalid escape sequence '\\>'\n", " html = HTML(f'