Skip to content

Commit

Permalink
Note that STDERR is also displayed.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed May 3, 2024
1 parent ade67b0 commit 6f09e46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion opty/direct_collocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,8 @@ def __init__(self, equations_of_motion, state_symbols,
only useful when the equations of motion have an extremely large
number of operations.
show_compile_output : boolean, optional
If True, STDOUT of the Cython compilation call will be shown.
If True, STDOUT and STDERR of the Cython compilation call will be
shown.
"""
self.eom = equations_of_motion
Expand Down
3 changes: 2 additions & 1 deletion opty/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,8 @@ def ufuncify_matrix(args, expr, const=None, tmp_dir=None, parallel=False,
parallelized across threads. This is only useful when expr are
extremely large.
show_compile_output : boolean, optional
If True, STDOUT of the Cython compilation call will be shown.
If True, STDOUT and STDERR of the Cython compilation call will be
shown.
"""

Expand Down

0 comments on commit 6f09e46

Please sign in to comment.