Skip to content

Commit

Permalink
rm kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Apr 3, 2024
1 parent c7a1c44 commit cac2eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ekp_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ end
)
Initializes the EKP object and the model ensemble. See ExperimentConfig for a full list of keyword arguments.
"""
initialize(experiment_id::AbstractString; kwargs...) =
initialize(ExperimentConfig(experiment_id; kwargs...))
initialize(experiment_id::AbstractString) =
initialize(ExperimentConfig(experiment_id))

function initialize(config::ExperimentConfig)
Random.seed!(rng_seed)
Expand Down

0 comments on commit cac2eaa

Please sign in to comment.