Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
D
Data Processing
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ACS
P
Public
VILLASframework
Data Processing
Commits
9ce40441
Commit
9ce40441
authored
May 11, 2018
by
Bichen Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test on Validationtools
parent
528e66b9
Pipeline
#48607
canceled with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
dataprocessing/Validationtools.py
dataprocessing/Validationtools.py
+2
-1
No files found.
dataprocessing/Validationtools.py
View file @
9ce40441
...
...
@@ -12,7 +12,8 @@ def compare_modelica_neplan(Net_Name): # compare the result file from NEPLAN an
# Read in original Modelica result file
file_Modelica
=
os
.
path
.
abspath
(
"reference-results/Modelica/BasicGrids/"
+
Net_Name
+
".mat"
)
result_neplan
=
read_timeseries_NEPLAN_loadflow
(
file_Neplan
)
result_modelica
=
read_timeseries_Modelica
(
file_Modelica
)
print
(
"Test on read in modelica"
)
result_modelica
=
read_timeseries_Modelica
(
"reference-results/Modelica/BasicGrids/Slack_Rxline_PQLoad.mat"
)
list_del
=
[]
for
i
in
range
(
len
(
result_neplan
)):
...
...
Write
Preview
Markdown
is supported
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