Skip to content

Commit 61f645c

Browse files
committed
Fixes bug + remove ModiaPlot_PyPlot from docs
1 parent 6f0a29d commit 61f645c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Documenter, Modia, Modia.ModiaResult, ModiaPlot_PyPlot
1+
using Documenter, Modia, SignalTables, SignalTablesInterface_PyPlot
22

33
makedocs(
44
#modules = [Modia],

src/Result.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ function signalResultValues(t::AbstractVector, s::AbstractVector, resultInfo::Re
251251
sc = Array{Union{_basetype,Missing}, length(dims)}(missing, dims)
252252
else
253253
# Allocate target memory with undef values
254-
@assert(length(dimsMax) > 0)
255254
sc = Array{_basetype, length(dims)}(undef, dims)
256255
end
257256

0 commit comments

Comments
 (0)