Skip to content

Commit a7d2eb0

Browse files
committed
Remove deprecated argument to build_explicit_observed_function
1 parent e91738b commit a7d2eb0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/systems/diffeqs/odesystem.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,7 @@ function build_explicit_observed_function(sys, ts;
445445
eval_module = @__MODULE__,
446446
output_type = Array,
447447
checkbounds = true,
448-
drop_expr = drop_expr,
449-
ps = parameters(sys),
448+
ps = parameters(sys),
450449
return_inplace = false,
451450
param_only = false,
452451
op = Operator,

0 commit comments

Comments
 (0)