Skip to content

Commit 38514d2

Browse files
author
Sathvik Bhagavan
committed
docs: update docstrings
1 parent 6a022f0 commit 38514d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UDEComponents.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include("utils.jl")
1515
"""
1616
NeuralNetworkBlock(n_input = 1, n_output = 1;
1717
chain = multi_layer_feed_forward(n_input, n_output),
18-
rng = Xoshiro(0))
18+
rng = Xoshiro(0), eltype = Float64)
1919
2020
Create an `ODESystem` with a neural network inside.
2121
"""

0 commit comments

Comments
 (0)