Skip to content

Commit

Permalink
Update docs/src/examples/pde/pde_constrained.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 authored Sep 28, 2024
1 parent a53d841 commit ff73df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/pde/pde_constrained.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ cb = function (st, l) #callback function to observe training
false
end
cb(ps, loss(ps)) # Testing callback function
cb((; u = ps), loss(ps)) # Testing callback function
# Let see prediction vs. Truth
scatter(sol[:, end], label = "Truth", size = (800, 500))
Expand Down

0 comments on commit ff73df5

Please sign in to comment.