Skip to content

Commit d05f2aa

Browse files
committed
Merge branch 'main' into run_shell_cmd-fix
2 parents 0f6333a + 7a95667 commit d05f2aa

6 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ run_tests() {
1111
set -x
1212
git clean -dfx
1313
pip install --editable src # sets new Python version in entry-point scripts
14-
make test && make test-nb
14+
make test && make notebooks && make test-nb
1515
status=$?
1616
set +x
1717
conda deactivate

notebooks/config.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"\n",
1010
"The `uwtools` API's `config` module provides functions to create and manipulate configuration files, objects, and dictionaries.\n",
1111
"\n",
12-
"<div class=\"alert alert-warning\"><b>Note: </b>This notebook was tested using <code>uwtools</code> version 2.6.0.</div>\n",
1312
"<div class=\"alert alert-info\">For more information, please see the <a href=\"https://uwtools.readthedocs.io/en/2.5.0/sections/user_guide/api/config.html\">uwtools.api.config</a> Read the Docs page.</div>\n",
1413
"\n",
1514
"## Table of Contents\n",

notebooks/exp-config-cb.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
"source": [
88
"# Building and Validating an Experiment Configuration\n",
99
"\n",
10-
"<div class=\"alert alert-warning\"><b>Note: </b>This notebook was tested using <code>uwtools</code> version 2.6.0.</div>\n",
11-
"\n",
1210
"This notebook demonstrates how to build up a configuration file for generating FV3 initial conditions (ICs) from a hierarchy of smaller, purpose-specific files; dereferencing Jinja2 expressions in the configuration; and validating the final configuration to check for potential errors. A larger, more complex experimental setup could be built up by applying similar techniques.\n",
1311
"<!--cell 0-->"
1412
]

notebooks/fs.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"\n",
1010
"The `uwtools` API's `fs` module provides functions to copy and link files as well as create directories. \n",
1111
"\n",
12-
"<div class=\"alert alert-warning\"><b>Note: </b>This notebook was tested using <code>uwtools</code> version 2.6.0. </div>\n",
1312
"<div class=\"alert alert-info\">For more information, please see the <a href=\"https://uwtools.readthedocs.io/en/2.5.0/sections/user_guide/api/fs.html\">uwtools.api.fs</a> Read the Docs page.</div>\n",
1413
"\n",
1514
"## Table of Contents\n",

notebooks/rocoto.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"\n",
1010
"The `uwtools` API's `rocoto` module provides functions to build and validate Rocoto workflows. For more information on the UW YAML language than what is discussed here, see the <a href=\"https://uwtools.readthedocs.io/en/main/sections/user_guide/yaml/rocoto.html\">Defining a Rocoto Workflow</a> page. For more on Rocoto XML documents, see the <a href=\"https://noaa-gsl.github.io/rocoto/\">Rocoto Documentation</a>.\n",
1111
"\n",
12-
"<div class=\"alert alert-warning\"><b>Note: </b>This notebook was tested using <code>uwtools</code> version 2.6.0. </div>\n",
1312
"<div class=\"alert alert-info\">For more information, please see the <a href=\"https://uwtools.readthedocs.io/en/2.5.0/sections/user_guide/api/rocoto.html\">uwtools.api.rocoto</a> Read the Docs page.</div>\n",
1413
"\n",
1514
"## Table of Contents\n",

notebooks/template.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"\n",
1010
"The `uwtools` API's `template` module provides functions to render Jinja2 templates and to translate atparse templates to Jinja2.\n",
1111
"\n",
12-
"<div class=\"alert alert-warning\"><b>Note: </b>This notebook was tested using <code>uwtools</code> version 2.6.0. </div>\n",
1312
"<div class=\"alert alert-info\">For more information, please see the <a href=\"https://uwtools.readthedocs.io/en/2.5.0/sections/user_guide/api/template.html\">uwtools.api.template</a> Read the Docs page.</div>\n",
1413
"\n",
1514
"## Table of Contents\n",

0 commit comments

Comments
 (0)