Skip to content

Commit

Permalink
remove constraint on abtst
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Apr 30, 2023
1 parent 6a3e2f0 commit 327e1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configuration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ end
Write estimation `Parameters` to YAML file.
"""
function parameters_to_yaml(filepath, parameters::AbstractVector{<:Parameter})
function parameters_to_yaml(filepath, parameters)
d = Dict("Parameters" => [param_to_dict(Ψ) for Ψ in parameters])
YAML.write_file(filepath, d)
end

0 comments on commit 327e1c0

Please sign in to comment.