Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
Data Processing
Commits
b3a0cf1c
Commit
b3a0cf1c
authored
Nov 27, 2017
by
Jan Dinkelbach
Browse files
Merge branch 'master' of git.rwth-aachen.de:acs/core/simulation/data-processing
parents
27c9cf36
cee284ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
dataprocessing/readtools.py
View file @
b3a0cf1c
...
...
@@ -14,8 +14,8 @@ def read_timeseries_Modelica(filename, timeseries_names=None):
if
not
isinstance
(
timeseries_names
,
list
):
timeseries
=
TimeSeries
(
timeseries_names
,
sim
(
timeseries_names
).
times
(),
sim
(
timeseries_names
).
values
())
else
:
timeseries
=
[]
for
name
in
timeseries_names
:
timeseries
=
[]
timeseries
.
append
(
TimeSeries
(
name
,
sim
(
name
).
times
(),
sim
(
name
).
values
()))
return
timeseries
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment