Skip to content

Commit

Permalink
update BPINN_PDEinvsol_tests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
AstitvaAggarwal committed Jan 7, 2024
1 parent 1c64bec commit cf3dc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/BPINN_PDEinvsol_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ sol1 = ahmc_bayesian_pinn_pde(pde_system,
param = [LogNormal(6.0, 0.5)])

discretization = NeuralPDE.BayesianPINN([chainf],
GridTraining([0.01]), param_estim = true, dataset = [dataset, nothing])
GridTraining([0.02]), param_estim = true, dataset = [dataset, nothing])

sol2 = ahmc_bayesian_pinn_pde(pde_system,
discretization;
Expand Down

0 comments on commit cf3dc1f

Please sign in to comment.