Skip to content

Commit

Permalink
func_forward
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Feb 2, 2024
1 parent cfbcb97 commit 96e2ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MadsForward.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function forward(madsdata::AbstractDict, paramarray::AbstractArray; parallel::Bo
r = hcat(rv...)
end
else
r = f(paramarray)
r = func_forward(paramarray)
end
return r
end
Expand Down

0 comments on commit 96e2ef4

Please sign in to comment.