Skip to content
Snippets Groups Projects
Commit 18ebe35a authored by Martin Lange's avatar Martin Lange
Browse files

fix doctests

parent fccdd6c4
No related branches found
No related tags found
1 merge request!241Performance chapter
Pipeline #134964 passed with stages
in 8 minutes and 14 seconds
......@@ -115,7 +115,12 @@ Both properties can also be set for individual :class:`.Output` and :class:`.Ada
comp = finam.Composition([comp_a, comp_b])
comp.initialize()
comp_a.outputs["Noise"].memory_limit = 256 * 2**20, # 256MB
comp_a.outputs["Noise"].memory_limit = 256 * 2**20, # 256MB doctest: +ELLIPSIS
.. testoutput:: memory-limit
:hide:
...
.. warning::
Storing data in files comes with a considerable runtime overhead.
......
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