Skip to content

Commit

Permalink
docs build fail cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Samedh Desai authored and ChrisRackauckas committed Sep 25, 2023
1 parent 136d52f commit aa87003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/low_level.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ And some analysis:
```@example low_level
using Plots
ts, xs = [infimum(d.domain):dx:supremum(d.domain) for d in domains]
ts, xs = [infimum(d.domain):0.01:supremum(d.domain) for d in domains]
u_predict_contourf = reshape([first(phi([t, x], res.u)) for t in ts for x in xs],
length(xs), length(ts))
plot(ts, xs, u_predict_contourf, linetype = :contourf, title = "predict")
Expand Down

0 comments on commit aa87003

Please sign in to comment.