We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea5636 commit 144d751Copy full SHA for 144d751
REQUIRE
@@ -3,5 +3,5 @@ StaticArrays 0.8
3
Distances 0.7
4
NearestNeighbors 0.4
5
DiffEqBase 4.10
6
-OrdinaryDiffEq 4.5
+OrdinaryDiffEq 4.8
7
ForwardDiff 0.8
src/dynamicalsystem/dynamicalsystem.jl
@@ -250,7 +250,7 @@ eomstring(f::Function) = nameof(f)
250
eomstring(f) = nameof(typeof(f))
251
252
paramname(p::AbstractArray) = string(p)
253
-paramname(p::Nothing) = string(p)
+paramname(p::Nothing) = repr(p)
254
paramname(p) = nameof(typeof(p))
255
256
function Base.show(io::IO, ds::DS)
0 commit comments