Skip to content

Commit

Permalink
Internal bug fixed and version incremented
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOtter committed May 2, 2022
1 parent 813b06e commit 8091922
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ModiaResult"
uuid = "16a87621-1533-42f6-8e19-4a825980cec2"
authors = ["Martin.Otter@dlr.de <Martin.Otter@dlr.de>"]
version = "0.4.2"
version = "0.4.3"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
5 changes: 5 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ are different to the Python 2.x version.

## Release Notes

### Version 0.4.3

- Internal bug fixed.


### Version 0.4.2

- `printResultInfo(..)` and `resultInfo(..)` improved
Expand Down
2 changes: 1 addition & 1 deletion src/Utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ function signalInfo2(result, name::AbstractString)
valueUnit = unit(value[1])
else
hasDimensionMismatch(signal, name, timeSignal, timeSignalName(result))
return (sigType, signalLength(timeSignal), nothing, typeof(value), nothing)
return (sigType, signalLength(timeSignal), nothing, typeof(value), nothing, oneSigValue)
end

if typeof(value) <: MonteCarloMeasurements.Particles
Expand Down

0 comments on commit 8091922

Please sign in to comment.