Skip to content

Commit 74beac1

Browse files
committed
Update to new transform variables
1 parent 7245022 commit 74beac1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/instrument/instrument_transforms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct InstrumentTransform{T, L <: SiteLookup} <: AbstractInstrumentTransform
3535
site_map::L
3636
end
3737

38-
function TV.inverse_eltype(::AbstractInstrumentTransform, ::Type)
38+
function TV.inverse_eltype(::AbstractInstrumentTransform, x::Type)
3939
return eltype(x)
4040
end
4141

test/Core/models.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -541,9 +541,9 @@ end
541541
trsi = asflat(printsi)
542542
trmf = asflat(printmf)
543543

544-
lsi = trsi.transformations.lgR.site_map.lookup
545-
lmf = trmf.transformations.lgR.site_map.lookup
546-
l = length(trsi.transformations.lgR.site_map.frequencies)
544+
lsi = trsi.lgR.site_map.lookup
545+
lmf = trmf.lgR.site_map.lookup
546+
l = length(trsi.lgR.site_map.frequencies)
547547
for s in keys(lsi)
548548
s1 = Symbol(string(s, 1))
549549
s2 = Symbol(string(s, 2))

0 commit comments

Comments
 (0)