Skip to content

Commit

Permalink
Update src/PDE_BPINN.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 authored Dec 21, 2023
1 parent fe4a8ee commit 769b3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PDE_BPINN.jl
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ function ahmc_bayesian_pinn_pde(pde_system, discretization;
bpinnsols[i] = BPINNsolution(fullsolution,
ensemblecurves,
estimnnparams,
estimated_params
estimated_params,
timepoints)
end
return bpinnsols
Expand Down

0 comments on commit 769b3bf

Please sign in to comment.