You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/06-preprocessor.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,9 +112,11 @@ esmvaltool run recipe_warming_stripes.yml
112
112
In this case, it gives an error. Below you see the last few lines of the error message.
113
113
```
114
114
...
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
116
116
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.
118
120
```
119
121
{: .error}
120
122
@@ -153,7 +155,7 @@ This is the minimal recipe layout that is required by ESMValTool. If we now run
153
155
the recipe again, you will probably see the following error:
154
156
155
157
```
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
157
159
```
158
160
{: .error}
159
161
@@ -291,8 +293,6 @@ preprocessors:
291
293
standardize: false
292
294
```
293
295
294
-
and verify that the recipe still runs.
295
-
296
296
## Completing the diagnostics section
297
297
298
298
Now we are ready to finish our diagnostics section. Remember that we want to
0 commit comments