Skip to content

Commit

Permalink
Merge pull request #24 from jukent/main
Browse files Browse the repository at this point in the history
Try to fix book not building
  • Loading branch information
jukent authored Apr 1, 2024
2 parents cc4aca5 + 0a87f05 commit 362a13d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ logo: notebooks/images/logos/pythia_logo-white-rtext.svg
copyright: "2024"

execute:
# To execute notebooks via a Binder instead, replace 'cache' with 'binder'
execute_notebooks: binder
execute_notebooks: cache
timeout: 3600 # one hour run time
allow_errors: False # cells with expected failures must set the `raises-exception` cell tag

Expand Down
2 changes: 1 addition & 1 deletion notebooks/example-workflows/key-figures.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"metadata": {},
"outputs": [],
"source": [
"from distributed.utils import format_bytes\n",
"from dask.utils import format_bytes\n",
"print(f\"Historical: {format_bytes(ds_HIST.nbytes)}\\n\"\n",
" f\"20th Century: {format_bytes(ds_20C.nbytes)}\\n\"\n",
" f\"RCP8.5: {format_bytes(ds_RCP85.nbytes)}\")"
Expand Down

0 comments on commit 362a13d

Please sign in to comment.