Skip to content

Commit fcab2ba

Browse files
Merge pull request #4439 from SebastianM-C/smc/rgf
Forward eval_expression and eval_module in nonlinear SCC path
2 parents a0d2b2d + 6a7e673 commit fcab2ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/problems/sccnonlinearproblem.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ function SCCNonlinearFunction{iip}(
447447
rps = reorder_parameters(subsys)
448448
f = generate_rhs(
449449
subsys; expression = Val{false}, wrap_gfw = Val{true}, cachesyms,
450+
eval_expression, eval_module,
450451
obsidxs_to_use = eachindex(observed(subsys))
451452
)
452453

0 commit comments

Comments
 (0)