diff --git a/examples/links/thermal_twinbuilder.py b/examples/links/thermal_twinbuilder.py index ecf41f51b..ce9136db2 100644 --- a/examples/links/thermal_twinbuilder.py +++ b/examples/links/thermal_twinbuilder.py @@ -573,7 +573,7 @@ def generateLossDistribution(self): + self.lossNames[lossIndex] ) - exportDirectory = os.path.join(self.outputDirectory, "dpDis" + str(lossIndex)) + exportDirectory = os.path.join(self.outputDirectory, "tmp", "dis" + str(lossIndex)) lossVector = np.zeros(numLossParameters) lossVector[lossIndex] = inputLoss @@ -811,7 +811,7 @@ def temperaturesHousingAmbient(): working_folder = os.getcwd() mcad_name = "e8_mobility" inputMotFilePath = os.path.join(working_folder, mcad_name + ".mot") -outputDir = os.path.join(working_folder, "thermal_twinbuilder", mcad_name + "_TwinOutput") +outputDir = os.path.join(working_folder, "thermal_twinbuilder_" + mcad_name) # %% # Create the e8 input file if it does not exist already