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 f7b147c commit aa857ff
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 @@ -261,7 +261,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
```

### Plotting Prediction vs Ground Truth
Expand Down

0 comments on commit aa857ff

Please sign in to comment.