Skip to content

Commit 34033bd

Browse files
author
Remi Kazeroni
committed
episode updated
1 parent 57a9832 commit 34033bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_episodes/06-preprocessor.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,11 @@ esmvaltool run recipe_warming_stripes.yml
112112
In this case, it gives an error. Below you see the last few lines of the error message.
113113
```
114114
...
115-
Error validating data /home/user/esmvaltool_tutorial/recipe_barcodes.yml with schema /home/user/miniconda3/envs/esmvaltool_tutorial/lib/python3.8/site-packages/esmvalcore/recipe_schema.yml
115+
Error validating data /home/user/esmvaltool_tutorial/recipe_warming_stripes.yml with schema /home/user/mambaforge/envs/esmvaltool_tutorial/lib/python3.10/site-packages/esmvalcore/recipe_schema.yml
116116
documentation.authors: Required field missing
117-
2020-10-08 15:23:11,162 UTC [19451] INFO If you suspect this is a bug or need help, please open an issue on https://github.com/ESMValGroup/ESMValTool/issues and attach the run/recipe_*.yml and run/main_log_debug.txt files from the output directory.
117+
2020-10-08 15:23:11,162 UTC [19451] INFO If you have a question or need help, please start a new discussion on https://github.com/ESMValGroup/ESMValTool/discussions
118+
If you suspect this is a bug, please open an issue on https://github.com/ESMValGroup/ESMValTool/issues
119+
To make it easier to find out what the problem is, please consider attaching the files run/recipe_*.yml and run/main_log_debug.txt from the output directory.
118120
```
119121
{: .error}
120122

@@ -153,7 +155,7 @@ This is the minimal recipe layout that is required by ESMValTool. If we now run
153155
the recipe again, you will probably see the following error:
154156
155157
```
156-
ValueError: Tag 'doe_john' does not exist in section 'authors' of /home/user/miniconda3/envs/esmvaltool_tutorial/python3.8/site-packages/esmvaltool/config-references.yml
158+
ValueError: Tag 'doe_john' does not exist in section 'authors' of /home/user/mambaforge/envs/esmvaltool_tutorial/python3.10/site-packages/esmvaltool/config-references.yml
157159
```
158160
{: .error}
159161
@@ -291,8 +293,6 @@ preprocessors:
291293
standardize: false
292294
```
293295
294-
and verify that the recipe still runs.
295-
296296
## Completing the diagnostics section
297297
298298
Now we are ready to finish our diagnostics section. Remember that we want to

0 commit comments

Comments
 (0)