Skip to content
Snippets Groups Projects
Commit afa3280a authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Re-fix doctest with variable output

parent 3cb488a6
No related branches found
No related tags found
No related merge requests found
......@@ -1331,10 +1331,10 @@ this time, so we'll print the mapping manually to make it more legible:
[n, m, l] -> { ... }
<BLANKLINE>
(dtype('float64'), 'consecutive', 'load') :
[n, m, l] -> { 2 * n * m : n >= 1 and m >= 1 and l >= 1 }
[n, m, l] -> { ... }
<BLANKLINE>
(dtype('float64'), 'consecutive', 'store') :
[n, m, l] -> { n * m : n >= 1 and m >= 1 and l >= 1 }
[n, m, l] -> { ... }
<BLANKLINE>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment