Skip to content

Commit c54f321

Browse files
committed
rm method
1 parent 71856b2 commit c54f321

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/jump_wrapper.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
"""
33
function diff_model(
44
optimizer_constructor;
5-
method = nothing,
65
with_parametric_opt_interface::Bool = false,
76
with_bridge_type = Float64,
87
with_cache::Bool = true,
98
)
109
inner = diff_optimizer(
1110
optimizer_constructor;
12-
method = method,
1311
with_parametric_opt_interface = with_parametric_opt_interface,
1412
with_bridge_type = with_bridge_type,
1513
with_cache = with_cache,

0 commit comments

Comments
 (0)