Skip to content

Commit 3aa496d

Browse files
authored
Merge pull request #366 from SciML/CJMdocfix
Printing of example 10
2 parents a1d966a + 905ec39 commit 3aa496d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/examples/10_noisy_nonlinear.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ w = collect(w)
5252

5353
h = Num[sin.(w[1].*u[1]);cos.(w[2].*u[1]); polynomial_basis(u, 5); c]
5454

55-
basis = Basis(h, u, parameters = w, controls = c)
55+
basis = Basis(h, u, parameters = w, controls = c);
56+
println(basis) # hide
5657

5758
# To solve the problem, we also define a [`DataSampler`](@ref) which defines randomly shuffled minibatches of our data and selects the
5859
# best fit.

0 commit comments

Comments
 (0)