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

Commit 87dcaf1

Browse files
committed
Update file name
Change `fourier.jl` to `operator_kernel.jl`
1 parent ca0fcd5 commit 87dcaf1

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/NeuralOperators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module NeuralOperators
1111
export DeepONet
1212

1313
include("Transform/Transform.jl")
14-
include("fourier.jl")
14+
include("operator_kernel.jl")
1515
include("model.jl")
1616
include("DeepONet.jl")
1717
include("subnets.jl")
File renamed without changes.
File renamed without changes.

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using Flux
44

55
@testset "NeuralOperators.jl" begin
66
include("Transform/Transform.jl")
7-
include("fourier.jl")
7+
include("operator_kernel.jl")
88
include("model.jl")
99
include("deeponet.jl")
1010
end

0 commit comments

Comments
 (0)