Skip to content

Commit

Permalink
re-run
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentperrinet committed Oct 22, 2024
1 parent b345230 commit 7b1b256
Show file tree
Hide file tree
Showing 8 changed files with 16,386 additions and 222 deletions.
2 changes: 1 addition & 1 deletion 2024-07-15_caustique-Granet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 2024-07-15_caustique-Granet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 2024-07-22_caustique-Granet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 2024-07-24_caustique.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 2024-07-25_caustique.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 2024-07-26_caustique-bands.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 2024-08-07_caustique-bands.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
]
},
{
Expand Down
16,594 changes: 16,379 additions & 215 deletions 2024-08-29_caustique-bands.ipynb

Large diffs are not rendered by default.

0 comments on commit 7b1b256

Please sign in to comment.