Skip to content

Don't execute hourly climatology notebook #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,14 @@
current_year = datetime.datetime.now().year
copyright = f"2021-{current_year}, Deepak Cherian"
author = "Deepak Cherian"

# Myst_nb options
nb_execution_excludepatterns = ["climatology-hourly.ipynb"]
nb_execution_raise_on_error = True

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = flox.__version__.split("+")[0]
# The full version, including alpha/beta/rc tags.
Expand Down
7 changes: 6 additions & 1 deletion docs/source/user-stories/climatology-hourly.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,9 @@
"metadata": {},
"source": [
"View the performance report\n",
"[here](https://rawcdn.githack.com/dcherian/flox/592c46ba0bb859f732968b68426b6332caebc213/docs/source/user-stories/hourly-climatology.html)\n"
"[here](https://rawcdn.githack.com/dcherian/flox/592c46ba0bb859f732968b68426b6332caebc213/docs/source/user-stories/hourly-climatology.html),\n",
"and a video of the dask dashboard\n",
"[here](https://drive.google.com/file/d/1uY36DiTbv1w7TefbrCEyBcOli5NiaNUP/view?usp=sharing)\n"
]
}
],
Expand All @@ -1724,6 +1726,9 @@
"pygments_lexer": "ipython3",
"version": "3.9.12"
},
"mystnb": {
"execution_mode": "off"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
"state": {
Expand Down