Skip to content

Commit 144d751

Browse files
committed
correct print nothing
and update diffeq require
1 parent aea5636 commit 144d751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ StaticArrays 0.8
33
Distances 0.7
44
NearestNeighbors 0.4
55
DiffEqBase 4.10
6-
OrdinaryDiffEq 4.5
6+
OrdinaryDiffEq 4.8
77
ForwardDiff 0.8

src/dynamicalsystem/dynamicalsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ eomstring(f::Function) = nameof(f)
250250
eomstring(f) = nameof(typeof(f))
251251

252252
paramname(p::AbstractArray) = string(p)
253-
paramname(p::Nothing) = string(p)
253+
paramname(p::Nothing) = repr(p)
254254
paramname(p) = nameof(typeof(p))
255255

256256
function Base.show(io::IO, ds::DS)

0 commit comments

Comments
 (0)