Skip to content

Commit e1c7359

Browse files
committed
export showparams
1 parent e99f7df commit e1c7359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SymbolicIndexingInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ include("batched_interface.jl")
4545
export ProblemState
4646
include("problem_state.jl")
4747

48-
export ParameterIndexingProxy
48+
export ParameterIndexingProxy, showparams
4949
include("parameter_indexing_proxy.jl")
5050

5151
export remake_buffer

src/parameter_indexing_proxy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ end
2727
2828
Method for customizing the table output. Keyword args:
2929
- num_rows
30-
- show_all: whether to show all parameters
30+
- show_all: whether to show all parameters. Overrides `num_rows`.
3131
- scalarize: whether to scalarize array symbolics in the table output.
3232
- kwargs... are passed to the pretty_table call.
3333
"""

0 commit comments

Comments
 (0)