Skip to content

Commit

Permalink
safetycopy estimator
Browse files Browse the repository at this point in the history
  • Loading branch information
ivborissov committed Jul 11, 2023
1 parent be7da1c commit dcdca44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/estimator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ function estimator(
EMPTY_PROBLEM;
prob_func = prob_func(x),
output_func = _output,
reduction = _reduction
reduction = _reduction,
safetycopy=false
)

### function ready for fitting
Expand Down

0 comments on commit dcdca44

Please sign in to comment.