We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23213e4 commit a9fa1b5Copy full SHA for a9fa1b5
_episodes/08-diagnostics.md
@@ -340,7 +340,7 @@ available functions and their description can be found in
340
## Diagnostic computation
341
342
After grouping and selecting data, we can read individual attributes (such as filename)
343
-of each item. Here, we have grouped the input data by ``variables``,
+of each item. Here, we have grouped the input data by ``variables``,
344
so we loop over the variables (line 88). Following this is a call to the
345
function ``compute_diagnostic`` (line 93). Let's look at the
346
definition of this function in line 42, where the actual analysis of the data is done.
0 commit comments