Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AstitvaAggarwal committed Nov 3, 2024
1 parent da77f1a commit 9312bd1
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 @@ -479,7 +479,7 @@ end
sol_new = ahmc_bayesian_pinn_pde(pde_system,
discretization;
draw_samples = 150,
bcstd = [0.1, 0.1, 0.1, 0.1, 0.1], phynewstd = [1.0],
bcstd = [0.1, 0.1, 0.1, 0.1, 0.1], phynewstd = [0.1],
phystd = [0.1], l2std = [0.8], param = [Distributions.Normal(2.0, 2)],
priorsNNw = (0.0, 1.0),
saveats = [1 / 100.0, 1 / 100.0],
Expand Down

0 comments on commit 9312bd1

Please sign in to comment.