Skip to content

Commit

Permalink
Merge pull request #38 from JuliaAI/save-hot-fix
Browse files Browse the repository at this point in the history
Save hot fix
  • Loading branch information
ablaom committed Mar 8, 2024
2 parents f1652ec + b3cfca0 commit ab7442d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJFlow"
uuid = "7b7b8358-b45c-48ea-a8ef-7ca328ad328f"
authors = ["Jose Esparza <joseesparzadc@icloud.com>"]
version = "0.4.0"
version = "0.4.1"

[deps]
MLFlowClient = "64a0f543-368b-4a9a-827a-e71edb2a0b83"
Expand Down
2 changes: 1 addition & 1 deletion src/base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function log_evaluation(logger::Logger, performance_evaluation)
updaterun(logger.service, run, "FINISHED")
end

function save(logger, machine:: Machine)
function save(logger::Logger, machine:: Machine)
io = IOBuffer()
save(io, machine)
seekstart(io)
Expand Down

0 comments on commit ab7442d

Please sign in to comment.