Skip to content

Commit

Permalink
Fix failing doc test
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Apr 16, 2024
1 parent fd836e0 commit 1bb23d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/amda/amda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Let's start with a simple example, we want to download the first parameter avail
<ParameterIndex: He flux>
>>> first_param=amda.get_parameter(first_param_index, "2018-01-01", "2018-01-02T01")
>>> first_param.columns
['He flux']
['He flux[0]', 'He flux[1]']
>>> len(first_param.time)
288

Expand Down

0 comments on commit 1bb23d0

Please sign in to comment.