Skip to content

Commit

Permalink
Added PIPNs
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-bear committed Jul 10, 2024
1 parent a70f78e commit cef59f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/NeuralPDE.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
$(DocStringExtensions.README)
"""
module NeuralPDE
module NeuralPDE

using DocStringExtensions
using Reexport, Statistics
Expand Down
2 changes: 1 addition & 1 deletion src/pinn_types.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
???
"""
struct LogOptions
struct LogOptions
log_frequency::Int64
# TODO: add in an option for saving plots in the log. this is currently not done because the type of plot is dependent on the PDESystem
# possible solution: pass in a plot function?
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Pkg
using Pkg
using SafeTestsets

const GROUP = get(ENV, "GROUP", "All")
Expand Down
2 changes: 1 addition & 1 deletion test/test_pipn.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Test
using Test
using .NeuralPDE
using Lux
using Random
Expand Down

0 comments on commit cef59f9

Please sign in to comment.