Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VILLASdataprocessing
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ACS
Public
VILLASframework
VILLASdataprocessing
Commits
36ee4ca5
Commit
36ee4ca5
authored
6 years ago
by
Bichen Li
Browse files
Options
Downloads
Patches
Plain Diff
Fix the path bug in assertresults function.
parent
32f81d3d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/assertresults/assertresults.py
+2
-4
2 additions, 4 deletions
examples/assertresults/assertresults.py
with
2 additions
and
4 deletions
examples/assertresults/assertresults.py
+
2
−
4
View file @
36ee4ca5
import
re
import
os
import
sys
print
(
os
.
path
.
normpath
(
os
.
getcwd
()
+
"
/data-processing/dataprocessing
"
))
sys
.
path
.
append
(
os
.
path
.
normpath
(
os
.
getcwd
()
+
"
/data-processing/dataprocessing
"
))
sys
.
path
.
append
(
r
"
.\data-processing\dataprocessing
"
)
sys
.
path
.
append
(
r
"
.\python-for-modelica-dev_interface\Py4Mod\py4mod
"
)
from
validationtools
import
*
from
readtools
import
*
#from ModelicaModel import ModelicaModel
os
.
chdir
(
r
"
D:\HIWI\Git
"
)
print
(
"
Test Start
"
)
# We need to extract all the result files from git now
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment