Skip to content

Commit

Permalink
Update src/mlj_model_interface.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com>
  • Loading branch information
ablaom and OkonSamuel authored Sep 4, 2023
1 parent bbc1a44 commit 98de344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlj_model_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function MLJModelInterface.fit(model::MLJFluxModel,
build(model, rng, shape) |> move
catch ex
@error ERR_BUILDER
throw(ex)
rethrow()
end

penalty = Penalty(model)
Expand Down

0 comments on commit 98de344

Please sign in to comment.