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

Commit eb97706

Browse files
committed
fix
1 parent 8028241 commit eb97706

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ version = "0.3.1"
77
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
88
CUDAKernels = "72cfdca4-0801-4ab0-bf6a-d52aa10adc57"
99
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
10+
ClassicalOrthogonalPolynomials = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
1011
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
1112
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
1213
GeometricFlux = "7e08b658-56d3-11e9-2997-919d5b31e4ea"

src/NeuralOperators.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module NeuralOperators
1111
using Statistics
1212
using Polynomials
1313
using SpecialPolynomials
14+
using ClassicalOrthogonalPolynomials
1415
using LinearAlgebra
1516

1617
export DeepONet

0 commit comments

Comments
 (0)