Skip to content

Commit

Permalink
tests-2
Browse files Browse the repository at this point in the history
  • Loading branch information
AstitvaAggarwal committed Dec 27, 2023
1 parent 838a8f2 commit ba4031d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/BPINN_PDE_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Dt = Differential(t)

eqs = Dt(u(t)) - cos(2 * π * t) ~ 0
bcs = [u(0) ~ 0.0]
domains = [t Interval(0.0, 4.0)]
domains = [t Interval(0.0, 2.0)]

chainf = Flux.Chain(Flux.Dense(1, 6, tanh), Flux.Dense(6, 1))
init1, re1 = Flux.destructure(chainf)
Expand Down

0 comments on commit ba4031d

Please sign in to comment.