Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit a211108

Browse files
Update function.jl
corrected syntax errors.
1 parent faa095a commit a211108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/function.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function OptimizationBase.instantiate_function(
7676
cons_hess_prototype = cons_hess_prototype,
7777
expr = expr, cons_expr = cons_expr,
7878
sys = f.sys,
79-
observed = f.observed
79+
observed = f.observed,
8080
num_dimensions,
8181
fitness_scheme)
8282
end
@@ -114,7 +114,7 @@ function OptimizationBase.instantiate_function(
114114
cons_hess_prototype = cons_hess_prototype,
115115
expr = expr, cons_expr = cons_expr,
116116
sys = f.sys,
117-
observed = f.observed
117+
observed = f.observed,
118118
num_dimensions,
119119
fitness_scheme)
120120
end

0 commit comments

Comments
 (0)