Skip to content

Commit

Permalink
change verbosity type to Int
Browse files Browse the repository at this point in the history
  • Loading branch information
pebeto committed Aug 17, 2023
1 parent 6ed792d commit 1ca9f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ more information, see [MLFlowClient.jl](https://juliaai.github.io/MLFlowClient.j
"""
struct MLFlowLogger
service::MLFlow
verbosity::Integer
verbosity::Int
experiment_name::String
artifact_location::Union{String,Nothing}
end
Expand Down

0 comments on commit 1ca9f8a

Please sign in to comment.