@@ -28,7 +28,7 @@ function apply_rw(data::Array{Float64}, W::Matrix{Float64}, vcfg::Union{Nothing,
...
@@ -28,7 +28,7 @@ function apply_rw(data::Array{Float64}, W::Matrix{Float64}, vcfg::Union{Nothing,
end
end
end
end
function apply_rw(data::Vector{<:Array{Float64}},W::Vector{Matrix{Float64}},vcfg::Union{Nothing,Vector{Int32}}=nothing;id::Union{String,Nothing}=nothing,fs::Bool=false)
function apply_rw(data::Vector{<:Array{Float64}},W::Vector{Matrix{Float64}},vcfg::Union{Nothing,Vector{Vector{Int32}}}=nothing;id::Union{String,Nothing}=nothing,fs::Bool=false)