Skip to content

Commit

Permalink
Update test/NNPDE_tests.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ChrisRackauckas and github-actions[bot] authored Nov 9, 2024
1 parent 3a98b7e commit 21f5b01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/NNPDE_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ using NeuralPDE, Cubature, Integrals, QuasiMonteCarlo
@parameters x
@variables u(..)

NeuralPDE.generate_training_sets([x (-1.0, 1.0)], 0.1, [u(x) ~ x], [0.0 ~ 0.0], Float64, [x],[:u])
NeuralPDE.generate_training_sets(
[x (-1.0, 1.0)], 0.1, [u(x) ~ x], [0.0 ~ 0.0], Float64, [x], [:u])

function callback(p, l)
if p.iter == 1 || p.iter % 250 == 0
Expand Down

0 comments on commit 21f5b01

Please sign in to comment.