Skip to content

Commit 1c6e4ab

Browse files
committed
docs: remove duplication
1 parent 0e6121e commit 1c6e4ab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/src/nnblock.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,6 @@ As we can see from the final plot, the neural network fits very well and not onl
274274
predictions of the system match the original system. Let us also compare against the predictions of the incomplete system:
275275

276276
```@example potplate
277-
(new_u0, new_p) = oop_update(prob3, res2.u)
278-
new_prob1 = remake(prob3, u0=new_u0, p=new_p)
279-
new_sol1 = solve(new_prob1, Tsit5(), abstol=1e-6, reltol=1e-6)
280-
281277
plot(sol1, label=["original sys: pot T" "original sys: plate T"], lw=3)
282278
plot!(sol3; idxs=[sys3.pot.T], label="untrained UDE", lw=2.5)
283279
plot!(sol2; idxs=[sys2.pot.T], label="incomplete sys: pot T", lw=2.5)

0 commit comments

Comments
 (0)