Skip to content

Commit

Permalink
Remove change to thermal export from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
JackB-Ansys committed Dec 24, 2024
1 parent ffb74e4 commit 0c45319
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/links/thermal_twinbuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,6 @@ def temperaturesHousingAmbient():
# Create the e8 input file if it does not exist already
if Path(inputMotFilePath).exists() == False:
motorcad = pymotorcad.MotorCAD()
motorcad.set_variable("MessageDisplayState", 2)
motorcad.load_template("e8")
motorcad.save_to_file(inputMotFilePath)
motorcad.quit()
Expand Down

0 comments on commit 0c45319

Please sign in to comment.