Skip to content

Commit

Permalink
ops forgot to remove the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pasq-cat committed Oct 30, 2024
1 parent 503763d commit e78e9b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/direct_mlj.jl
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,6 @@ function MMI.update(m::LaplaceModels, verbosity, old_fitresult, old_cache, X, y)
report = (loss_history=old_loss_history,)
cache = (deepcopy(m), old_state_tree, old_loss_history)

#else
#fitresult, cache, report = MLJBase.fit(m, verbosity, X, y)
end

return fitresult, cache, report
Expand Down

0 comments on commit e78e9b8

Please sign in to comment.