Skip to content
Snippets Groups Projects
Commit bf2b7a01 authored by Lars Bilke's avatar Lars Bilke Committed by Dmitri Naumov
Browse files

[T] Fix working dir for HeatTransportBHE_3D_3BHEs_array.

parent ae2c69ef
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,8 @@ class BC(OpenGeoSys.BHENetwork):
# initialize the tespy model of the bhe network
# load path of network model:
# loading the TESPy model
project_dir = os.chdir(ogs_prj_directory)
if ogs_prj_directory != "":
os.chdir(ogs_prj_directory)
nw = load_network("./pre/tespy_nw")
# set if print the network iteration info
nw.set_attr(iterinfo=False)
......
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