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

Commit 3d8f717

Browse files
committed
refactor using
1 parent 6914979 commit 3d8f717

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

src/NeuralOperators.jl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
module NeuralOperators
2+
using DataDeps
3+
using Fetch
4+
using MAT
5+
6+
using Flux
7+
using FFTW
8+
using Tullio
9+
using Zygote
10+
211
function __init__()
312
register_datasets()
413
end

src/fourier.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
using Flux
2-
using FFTW
3-
using Tullio
4-
using Zygote
5-
61
export
72
SpectralConv1d,
83
FourierOperator,

src/preprocess.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
using DataDeps
2-
using Fetch
3-
using MAT
4-
51
export
62
get_data
73

test/fourier.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using Flux
2-
31
@testset "SpectralConv1d" begin
42
modes = 16
53
ch = 64 => 64

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using NeuralOperators
22
using Test
3+
using Flux
34

45
@testset "NeuralOperators.jl" begin
56
include("preprocess.jl")

0 commit comments

Comments
 (0)