Skip to content
Snippets Groups Projects
Commit 36ee4ca5 authored by Bichen Li's avatar Bichen Li
Browse files

Fix the path bug in assertresults function.

parent 32f81d3d
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment