Skip to content

Commit 8740114

Browse files
committed
Update
1 parent 0df0724 commit 8740114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/skymodels/multi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function set_prior(m::MultiSkyModel, array::AbstractArrayConfiguration)
3737
return prs
3838
end
3939

40-
function idealmaps(d, m::MultiSkyModel{N}, x) where {N}
40+
function idealmaps(d::Union{VisData, DualData}, m::MultiSkyModel{N}, x) where {N}
4141
sm = m.skymodels
4242
maps = map(N) do n
4343
Base.@_inline_meta

0 commit comments

Comments
 (0)