Skip to content

Commit

Permalink
Project updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raphasampaio committed Aug 20, 2024
1 parent 955c5ce commit 9f1d19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/static_vector.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function Base.isempty(parameter::StaticVectorData{T}) where {T}
end

function initialize!(parameter::StaticVectorData{T}, collection::AbstractCollection, db::DatabaseSQLite; kwargs...) where {T}
parameter.data = PSRI.get_parms(db, collection.id, parameter.id)
parameter.data = PSRI.get_parms(db, collection.id, parameter.id) .|> T
return nothing
end

Expand Down

0 comments on commit 9f1d19c

Please sign in to comment.