Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillZubov committed Jun 7, 2024
1 parent e5aef73 commit 7feab93
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Empty file added docs/src/manual/pino_pde.md
Empty file.
Empty file added docs/src/tutorials/pino_pde.md
Empty file.
Empty file added src/pino_pde.jl
Empty file.
10 changes: 10 additions & 0 deletions test/PINO_PDE_tests.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
using Test
using OrdinaryDiffEq, OptimizationOptimisers
using Lux
using Statistics, Random
using NeuralPDE


@testset "Example du = cos(p * t)" begin
# test
end

0 comments on commit 7feab93

Please sign in to comment.