Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 9cc4e81

Browse files
committed
fix activation
1 parent ec7f4dc commit 9cc4e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fourier.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function FourierOperator(
153153
permuted=false
154154
) where {S<:Integer, N}
155155
linear = permuted ? Conv(Tuple(ones(Int, length(modes))), ch) : Dense(ch.first, ch.second)
156-
conv = SpectralConv(ch, modes, σ; permuted=permuted)
156+
conv = SpectralConv(ch, modes; permuted=permuted)
157157

158158
return FourierOperator(linear, conv, σ)
159159
end

0 commit comments

Comments
 (0)